Searched refs:string (Results 176 - 200 of 2375) sorted by relevance

1234567891011>>

/system/connectivity/shill/shims/
H A Dtask_proxy.cc22 using std::string;
29 const string& path,
30 const string& service)
35 void TaskProxy::Notify(const string& reason, const map<string, string>& dict) {
45 bool TaskProxy::GetSecret(string* username, string* password) {
/system/core/crash_reporter/
H A Dudev_collector.h20 #include <string>
35 // The udev event string should be formatted as follows:
39 bool HandleCrash(const std::string& udev_event);
42 std::string dev_coredump_directory_;
50 const std::string& action,
51 const std::string& kernel,
52 const std::string& subsystem);
66 std::string GetFailingDeviceDriverName(int instance_number);
69 void set_log_config_path(const std::string& path) {
/system/tpm/trunks/
H A Dpassword_authorization_delegate.h20 #include <string>
38 explicit PasswordAuthorizationDelegate(const std::string& password);
41 bool GetCommandAuthorization(const std::string& command_hash,
44 std::string* authorization) override;
45 bool CheckResponseAuthorization(const std::string& response_hash,
46 const std::string& authorization) override;
47 bool EncryptCommandParameter(std::string* parameter) override;
48 bool DecryptResponseParameter(std::string* parameter) override;
H A Dmock_command_transceiver.h20 #include <string>
35 MOCK_METHOD2(SendCommand, void(const std::string&, const ResponseCallback&));
36 MOCK_METHOD1(SendCommandAndWait, std::string(const std::string&));
H A Dtpm_simulator_handle.h22 #include <string>
37 // std::string response = handle.SendCommandAndWait(command);
48 void SendCommand(const std::string& command,
50 std::string SendCommandAndWait(const std::string& command) override;
H A Dtrunks_binder_proxy.h20 #include <string>
41 void SendCommand(const std::string& command,
43 std::string SendCommandAndWait(const std::string& command) override;
/system/update_engine/
H A Dupdate_status_utils.h20 #include <string>
28 // Convert the UpdateStatus |status| to the string reported in the weave status.
32 bool StringToUpdateStatus(const std::string& update_status_as_string,
/system/vold/
H A DBenchmark.h23 #include <string>
29 nsecs_t BenchmarkPrivate(const std::string& path);
/system/connectivity/apmanager/
H A Dfake_device_adaptor.cc25 void FakeDeviceAdaptor::SetDeviceName(const std::string& device_name) {
29 std::string FakeDeviceAdaptor::GetDeviceName() {
34 const std::string& interface_name) {
38 std::string FakeDeviceAdaptor::GetPreferredApInterface() {
/system/connectivity/shill/cellular/
H A Dmock_cellular.cc29 const std::string& link_name,
30 const std::string& address,
33 const std::string& service,
34 const std::string& path)
/system/connectivity/shill/
H A Dmock_dhcp_properties.h31 MOCK_CONST_METHOD2(Save, void(StoreInterface* store, const std::string& id));
32 MOCK_METHOD2(Load, void(StoreInterface* store, const std::string& id));
34 bool(std::string& name, std::string* value));
H A Dmock_dns_server_proxy.cc22 : DNSServerProxy(std::vector<std::string>()) {}
H A Drpc_task_adaptor_stub.h20 #include <string>
31 explicit RPCTaskAdaptorStub(const std::string& id);
33 const std::string& GetRpcIdentifier() override { return rpc_id(); }
34 const std::string& GetRpcConnectionIdentifier() override { return rpc_id(); }
/system/connectivity/shill/supplicant/
H A Dsupplicant_eap_state_handler.h20 #include <string>
42 virtual bool ParseStatus(const std::string& status,
43 const std::string& parameter,
55 std::string tls_error_;
/system/core/base/
H A Derrors_unix.cpp24 std::string SystemErrorCodeToString(int error_code) {
/system/core/fastboot/
H A Dtcp.h33 #include <string>
46 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error);
53 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error);
/system/core/init/
H A Dinit.h20 #include <string>
30 extern std::string console_name;
34 void handle_control_message(const std::string& msg, const std::string& arg);
/system/extras/perfprofd/quipper/
H A Dquipper_string.h9 using std::string;
/system/extras/simpleperf/
H A Ddso.h21 #include <string>
31 Symbol(const std::string& name, uint64_t addr, uint64_t len);
55 static std::string Demangle(const std::string& name);
56 static bool SetSymFsDir(const std::string& symfs_dir);
57 static void SetVmlinux(const std::string& vmlinux);
58 static void SetBuildIds(const std::vector<std::pair<std::string, BuildId>>& build_ids);
60 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path = "");
65 const std::string& Path() const {
71 std::string GetAccessiblePat
[all...]
/system/tools/aidl/
H A Dio_delegate_unittest.cpp17 #include <string>
23 using std::string;
29 string absolute_path;
35 string absolute_path;
H A Dline_reader.h21 #include <string>
32 virtual bool ReadLine(std::string* line) = 0;
35 const std::string& file_path);
37 const std::string& contents);
/system/webservd/webservd/
H A Dfake_encryptor.cc25 bool EncryptWithAuthentication(const std::string& plaintext,
26 std::string* ciphertext) override {
31 bool DecryptWithAuthentication(const std::string& ciphertext,
32 std::string* plaintext) override {
H A Drequest.h19 #include <string>
38 using PairOfStrings = std::pair<std::string, std::string>;
44 FileInfo(const std::string& in_field_name,
45 const std::string& in_file_name,
46 const std::string& in_content_type,
47 const std::string& in_transfer_encoding);
50 std::string field_name;
52 std::string file_name;
54 std::string content_typ
[all...]
/system/security/keystore/include/keystore/
H A Dkeystore_client_impl.h20 #include <string>
37 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
38 std::string* encrypted_data) override;
39 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
40 std::string* data) override;
41 bool oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
43 const std::string& input_data, const std::string
[all...]
/system/bt/osi/test/
H A DAlarmTestHarness.h30 std::string tmp_dir_;
31 std::string lock_path_;
32 std::string unlock_path_;

Completed in 1382 milliseconds

1234567891011>>