Searched refs:string (Results 1 - 25 of 2004) sorted by relevance

1234567891011>>

/system/nfc/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_brcm.c25 #include <string.h>
/system/core/adb/
H A Ddiagnose_usb.h20 #include <string>
23 // Returns a string message to print, or an empty string if no problems could be found.
24 std::string UsbNoPermissionsShortHelpText();
25 std::string UsbNoPermissionsLongHelpText();
H A Dremount_service.h20 #include <string>
22 bool make_block_device_writable(const std::string&);
H A Dsocket_spec.h19 #include <string>
22 bool is_socket_spec(const std::string& spec);
23 bool is_local_socket_spec(const std::string& spec);
25 int socket_spec_connect(const std::string& spec, std::string* error);
26 int socket_spec_listen(const std::string& spec, std::string* error,
30 bool parse_tcp_socket_spec(const std::string& spec, std::string* hostname, int* port,
31 std::string* erro
[all...]
/system/core/debuggerd/libdebuggerd/test/
H A Dlog_fake.h20 #include <string>
23 std::string getFakeLogBuf();
24 std::string getFakeLogPrint();
H A Delf_fake.h20 #include <string>
22 void elf_set_fake_build_id(const std::string&);
/system/core/libunwindstack/tests/
H A DLogFake.h20 #include <string>
23 std::string GetFakeLogBuf();
24 std::string GetFakeLogPrint();
/system/core/demangle/include/
H A Ddemangle.h20 #include <string>
23 // a std::string. If the name can be demangled, then the demangled name
24 // will be returned as a std::string.
25 std::string demangle(const char* name);
/system/bt/osi/include/
H A Dhash_map_utils.h21 #include <string>
24 // Creates a hash map based on the |params| string containing key and value
33 std::unordered_map<std::string, std::string>
40 std::unordered_map<std::string, std::string>& map);
/system/tools/hidl/utils/include/hidl-util/
H A DStringHelper.h21 #include <string>
30 // return original string
44 static std::string Uppercase(const std::string &in);
46 static std::string Lowercase(const std::string &in);
48 static std::string Capitalize(const std::string &in);
51 static std::string ToCamelCase(const std::string
[all...]
H A DFQName.h22 #include <string>
29 explicit FQName(const std::string &s);
31 FQName(const std::string &package,
32 const std::string &version,
33 const std::string &name,
34 const std::string &valueName = "");
37 FQName(const std::vector<std::string> &names);
43 bool setTo(const std::string &s);
46 const std::string &defaultPackage,
47 const std::string
[all...]
/system/tpm/attestation/common/
H A Dmock_tpm_utility.h22 #include <string>
36 static std::string Transform(const std::string& method,
37 const std::string& input);
41 bool(const std::string&,
42 const std::string&,
43 const std::string&,
44 const std::string&,
45 const std::string&,
46 std::string*));
[all...]
H A Dcrypto_utility.h20 #include <string>
32 virtual bool GetRandom(size_t num_bytes, std::string* random_data) const = 0;
36 virtual bool CreateSealedKey(std::string* aes_key,
37 std::string* sealed_key) = 0;
43 virtual bool EncryptData(const std::string& data,
44 const std::string& aes_key,
45 const std::string& sealed_key,
46 std::string* encrypted_data) = 0;
52 virtual bool UnsealKey(const std::string& encrypted_data,
53 std::string* aes_ke
[all...]
H A Dmock_crypto_utility.h22 #include <string>
33 MOCK_CONST_METHOD2(GetRandom, bool(size_t, std::string*));
36 bool(std::string* aes_key, std::string* sealed_key));
39 bool(const std::string& data,
40 const std::string& aes_key,
41 const std::string& sealed_key,
42 std::string* encrypted_data));
45 bool(const std::string& encrypted_data,
46 std::string* aes_ke
[all...]
H A Dtpm_utility.h20 #include <string>
42 virtual bool ActivateIdentity(const std::string& delegate_blob,
43 const std::string& delegate_secret,
44 const std::string& identity_key_blob,
45 const std::string& asym_ca_contents,
46 const std::string& sym_ca_attestation,
47 std::string* credential) = 0;
59 const std::string& identity_key_blob,
60 const std::string& external_data,
61 std::string* key_blo
[all...]
H A Dcrypto_utility_impl.h22 #include <string>
38 bool GetRandom(size_t num_bytes, std::string* random_data) const override;
39 bool CreateSealedKey(std::string* aes_key, std::string* sealed_key) override;
40 bool EncryptData(const std::string& data,
41 const std::string& aes_key,
42 const std::string& sealed_key,
43 std::string* encrypted_data) override;
44 bool UnsealKey(const std::string& encrypted_data,
45 std::string* aes_ke
[all...]
H A Dprint_interface_proto.h22 #include <string>
28 std::string GetProtoDebugStringWithIndent(AttestationStatus value,
30 std::string GetProtoDebugString(AttestationStatus value);
31 std::string GetProtoDebugStringWithIndent(
34 std::string GetProtoDebugString(const CreateGoogleAttestedKeyRequest& value);
35 std::string GetProtoDebugStringWithIndent(
38 std::string GetProtoDebugString(const CreateGoogleAttestedKeyReply& value);
39 std::string GetProtoDebugStringWithIndent(const GetKeyInfoRequest& value,
41 std::string GetProtoDebugString(const GetKeyInfoRequest& value);
42 std::string GetProtoDebugStringWithInden
[all...]
/system/extras/simpleperf/
H A Dget_test_data.h20 #include <string>
24 std::string GetTestData(const std::string& filename);
25 const std::string& GetTestDataDir();
28 static const std::string ELF_FILE = "elf";
29 static const std::string ELF_FILE_WITH_MINI_DEBUG_INFO = "elf_with_mini_debug_info";
33 static const std::string PERF_DATA = "perf.data";
37 static const std::string PERF_DATA_WITH_MULTIPLE_PIDS_AND_TIDS = "perf_with_multiple_pids_and_tids.data";
40 static const std::string CALLGRAPH_FP_PERF_DATA = "perf_g_fp.data";
42 static const std::string BRANCH_PERF_DAT
[all...]
/system/core/fs_mgr/
H A Dfs_mgr_priv_boot_config.h21 #include <string>
23 const std::string kAndroidDtDir("/proc/device-tree/firmware/android");
25 bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val);
/system/tools/hidl/include_hash/hidl-hash/
H A DHash.h20 #include <string>
27 static const Hash &getHash(const std::string &path);
32 static std::vector<std::string> lookupHash(const std::string &path,
33 const std::string &interfaceName,
34 std::string *err);
36 static std::string hexString(const std::vector<uint8_t> &hash);
37 std::string hexString() const;
40 const std::string &getPath() const;
43 Hash(const std::string
[all...]
/system/core/init/
H A Dbootchart.h20 #include <string>
23 int do_bootchart(const std::vector<std::string>& args);
/system/extras/perfprofd/tests/
H A Dperfprofdmockutils.h29 /// Return string containing things logged to logd, plus sleep instances
31 extern std::string mock_perfprofdutils_getlogged();
/system/tools/aidl/tests/
H A Dtest_util.h20 #include <string>
26 std::string CanonicalNameToPath(const char* package_class,
29 void SplitPackageClass(const std::string& package_class,
30 std::string* rel_path,
31 std::string* package,
32 std::string* class_name);
34 void PrintDiff(const std::string& a, const std::string& b);
H A Dfake_io_delegate.h25 #include <string>
40 std::unique_ptr<std::string> GetFileContents(
41 const std::string& filename,
42 const std::string& append_content_suffix = "") const override;
44 const std::string& file_path) const override;
45 bool FileIsReadable(const std::string& path) const override;
47 const std::string& base_dir,
48 const std::vector<std::string>& nested_subdirs) const override;
50 const std::string& file_path) const override;
51 void RemovePath(const std::string
[all...]
/system/bt/service/ipc/
H A Dlinux_ipc_host.h21 #include <string>
56 bool OnSetAdapterName(const std::string& name);
59 bool OnCreateService(const std::string& service_uuid);
62 bool OnDestroyService(const std::string& service_uuid);
65 bool OnAddCharacteristic(const std::string& service_uuid,
66 const std::string& characteristic_uuid,
67 const std::string& control_uuid,
68 const std::string& options);
71 bool OnSetCharacteristicValue(const std::string& service_uuid,
72 const std::string
[all...]

Completed in 625 milliseconds

1234567891011>>