Searched refs:string (Results 51 - 75 of 2390) sorted by relevance

1234567891011>>

/system/update_engine/payload_generator/
H A Ddelta_diff_generator.h20 #include <string>
35 // Pass empty string to not sign the update.
40 const std::string& output_path,
41 const std::string& private_key_path,
/system/update_engine/update_manager/
H A Dpolicy.cc19 #include <string>
21 using std::string;
25 string ToString(EvalStatus status) {
/system/connectivity/shill/
H A Dcrypto_rot47.h20 #include <string>
36 virtual std::string GetID();
37 virtual bool Encrypt(const std::string& plaintext, std::string* ciphertext);
38 virtual bool Decrypt(const std::string& ciphertext, std::string* plaintext);
H A Dgeolocation_info.cc19 #include <string>
23 using std::string;
31 void GeolocationInfo::AddField(const string& key,
32 const string& value) {
36 const string& GeolocationInfo::GetFieldValue(
37 const string& key) const {
H A Dprofile_adaptor_stub.h20 #include <string>
31 explicit ProfileAdaptorStub(const std::string& id);
33 const std::string& GetRpcIdentifier() override { return rpc_id(); }
34 void EmitBoolChanged(const std::string& name, bool value) override {}
35 void EmitUintChanged(const std::string& name, uint32_t value) override {}
36 void EmitIntChanged(const std::string& name, int value) override {}
37 void EmitStringChanged(const std::string& name,
38 const std::string& value) override {}
H A Djson_store.h22 #include <string>
46 std::set<std::string> GetGroups() const override;
47 std::set<std::string> GetGroupsWithKey(const std::string& key) const override;
48 std::set<std::string> GetGroupsWithProperties(
50 bool ContainsGroup(const std::string& group) const override;
51 bool DeleteKey(const std::string& group, const std::string& key) override;
52 bool DeleteGroup(const std::string& group) override;
53 bool SetHeader(const std::string
[all...]
H A Dmock_crypto_util_proxy.h22 #include <string>
41 bool(const std::string& certificate,
42 const std::string& public_key,
43 const std::string& nonce,
44 const std::string& signed_data,
45 const std::string& destination_udn,
47 const std::string& bssid,
50 MOCK_METHOD4(EncryptData, bool(const std::string& public_key,
51 const std::string& data,
55 bool RealVerifyDestination(const std::string
[all...]
/system/tools/aidl/
H A Doptions.h20 #include <string>
44 std::string DependencyFilePath() const;
48 std::vector<std::string> import_paths_;
49 std::vector<std::string> preprocessed_files_;
50 std::string input_file_name_;
51 std::string output_file_name_;
52 std::string output_base_folder_;
53 std::string dep_file_name_;
55 std::vector<std::string> files_to_preprocess_;
79 std::string InputFileNam
[all...]
/system/tpm/trunks/
H A Dtpm_handle.h22 #include <string>
36 // std::string response = handle.SendCommandAndWait(command);
47 void SendCommand(const std::string& command,
49 std::string SendCommandAndWait(const std::string& command) override;
54 TPM_RC SendCommandInternal(const std::string& command, std::string* response);
H A Dhmac_authorization_delegate.h20 #include <string>
67 bool GetCommandAuthorization(const std::string& command_hash,
70 std::string* authorization) override;
71 bool CheckResponseAuthorization(const std::string& response_hash,
72 const std::string& authorization) override;
73 bool EncryptCommandParameter(std::string* parameter) override;
74 bool DecryptResponseParameter(std::string* parameter) override;
86 const std::string& salt,
87 const std::string& bind_auth_value,
92 void set_future_authorization_value(const std::string
[all...]
/system/connectivity/shill/shims/
H A Dtask_proxy.h25 #include <string>
34 const std::string& path,
35 const std::string& service);
38 void Notify(const std::string& reason,
39 const std::map<std::string, std::string>& dict);
41 bool GetSecret(std::string* username, std::string* password);
/system/core/base/include/android-base/
H A Derrors.h27 // special handling to get the error string. Refer to Microsoft documentation
33 #include <string>
38 // Returns a string describing the given system error code. |error_code| must
41 std::string SystemErrorCodeToString(int error_code);
/system/core/debuggerd/
H A Delf_utils.h21 #include <string>
25 bool elf_get_build_id(Backtrace*, uintptr_t, std::string*);
/system/core/init/
H A Dbootchart.h20 #include <string>
23 int do_bootchart_init(const std::vector<std::string>& args);
H A Dimport_parser.h22 #include <string>
29 bool ParseSection(const std::vector<std::string>& args,
30 std::string* err) override;
31 bool ParseLineSection(const std::vector<std::string>& args,
32 const std::string& filename, int line,
33 std::string* err) const override {
38 void EndFile(const std::string& filename) override;
40 std::vector<std::string> imports_;
H A Dservice.h25 #include <string>
52 SocketInfo(const std::string& name, const std::string& type, uid_t uid,
53 gid_t gid, int perm, const std::string& socketcon);
54 std::string name;
55 std::string type;
59 std::string socketcon;
64 ServiceEnvironmentInfo(const std::string& name, const std::string& value);
65 std::string nam
[all...]
/system/extras/perfprofd/
H A Dperf_data_converter.h6 #include <string>
11 RawPerfDataToAndroidPerfProfile(const std::string &perf_file);
/system/tpm/attestation/server/
H A Dkey_store.h20 #include <string>
36 virtual bool Read(const std::string& username,
37 const std::string& key_label,
38 std::string* key_data) = 0;
43 virtual bool Write(const std::string& username,
44 const std::string& key_label,
45 const std::string& key_data) = 0;
49 virtual bool Delete(const std::string& username,
50 const std::string& key_label) = 0;
54 virtual bool DeleteByPrefix(const std::string
[all...]
H A Dmock_key_store.h22 #include <string>
34 MOCK_METHOD3(Read, bool(const std::string& username,
35 const std::string& name,
36 std::string* key_data));
37 MOCK_METHOD3(Write, bool(const std::string& username,
38 const std::string& name,
39 const std::string& key_data));
40 MOCK_METHOD2(Delete, bool(const std::string& username,
41 const std::string& name));
42 MOCK_METHOD2(DeleteByPrefix, bool(const std::string
[all...]
/system/update_engine/common/
H A Derror_code_utils.h20 #include <string>
27 // Returns a string representation of the ErrorCodes (either the base
29 std::string ErrorCodeToString(ErrorCode code);
/system/update_engine/
H A Dimage_properties.h24 #include <string>
33 std::string product_id;
35 std::string canary_product_id;
38 std::string version;
41 std::string board;
44 std::string current_channel;
47 std::string omaha_url;
55 std::string target_channel;
H A Domaha_response.h24 #include <string>
39 std::string version;
43 std::vector<std::string> payload_urls;
45 std::string more_info_url;
46 std::string hash;
47 std::string metadata_signature;
48 std::string deadline;
74 std::string public_key_rsa;
/system/vold/
H A DEmulatedVolume.h40 EmulatedVolume(const std::string& rawPath);
41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
49 std::string mRawPath;
50 std::string mLabel;
52 std::string mFuseDefault;
53 std::string mFuseRead;
54 std::string mFuseWrite;
/system/vold/fs/
H A DExt4.h22 #include <string>
30 status_t Check(const std::string& source, const std::string& target);
31 status_t Mount(const std::string& source, const std::string& target, bool ro,
33 status_t Format(const std::string& source, unsigned long numSectors,
34 const std::string& target);
35 status_t Resize(const std::string& source, unsigned long numSectors);
/system/extras/simpleperf/
H A Dread_apk.h24 #include <string>
38 EmbeddedElf(std::string filepath,
39 std::string entry_name,
50 const std::string &filepath() const { return filepath_; }
53 const std::string &entry_name() const { return entry_name_; }
62 std::string filepath_; // containing APK path
63 std::string entry_name_; // name of entry in zip index of embedded elf file
74 static EmbeddedElf* FindElfInApkByOffset(const std::string& apk_path, uint64_t file_offset);
75 static std::unique_ptr<EmbeddedElf> FindElfInApkByName(const std::string& apk_path,
76 const std::string
[all...]

Completed in 559 milliseconds

1234567891011>>