Searched refs:string (Results 201 - 225 of 2375) sorted by relevance

1234567891011>>

/system/connectivity/apmanager/
H A Dfile_writer.h20 #include <string>
34 virtual bool Write(const std::string& file_name,
35 const std::string& content);
H A Dfirewall_proxy_interface.h20 #include <string>
28 virtual bool RequestUdpPortAccess(const std::string& interface,
30 virtual bool ReleaseUdpPortAccess(const std::string& interface,
H A Dmock_file_writer.h20 #include <string>
33 MOCK_METHOD2(Write, bool(const std::string& file_name,
34 const std::string& content));
H A Dshill_stub_proxy.h20 #include <string>
34 bool ClaimInterface(const std::string& interface_name) override;
35 bool ReleaseInterface(const std::string& interface_name) override;
H A Dconfig.h21 #include <string>
40 bool ValidateSsid(Error* error, const std::string& value);
41 bool ValidateSecurityMode(Error* error, const std::string& value);
42 bool ValidatePassphrase(Error* error, const std::string& value);
43 bool ValidateHwMode(Error* error, const std::string& value);
44 bool ValidateOperationMode(Error* error, const std::string& value);
51 // Generate a config file string for a hostapd instance. Populate
54 virtual bool GenerateConfigFile(Error* error, std::string* config_str);
61 void SetSsid(const std::string& ssid);
62 std::string GetSsi
[all...]
/system/connectivity/shill/dhcp/
H A Dmock_dhcp_proxy.h20 #include <string>
34 MOCK_METHOD1(Rebind, void(const std::string& interface));
35 MOCK_METHOD1(Release, void(const std::string& interface));
/system/connectivity/shill/
H A Dfake_store.cc25 using std::string;
33 static string ObjectID(const FakeStore* j) {
82 set<string> FakeStore::GetGroups() const {
83 set<string> matching_groups;
92 set<string> FakeStore::GetGroupsWithKey(const string& key) const {
93 set<string> matching_groups;
105 set<string> FakeStore::GetGroupsWithProperties(const KeyValueStore& properties)
107 set<string> matching_groups;
119 bool FakeStore::ContainsGroup(const string
[all...]
H A Dfirewall_proxy_interface.h20 #include <string>
28 virtual bool RequestVpnSetup(const std::vector<std::string>& user_names,
29 const std::string& interface) = 0;
H A Dmock_firewall_proxy.h22 #include <string>
32 MOCK_METHOD2(RequestVpnSetup, bool(const std::vector<std::string>& user_names,
33 const std::string& interface));
H A Dpower_manager_proxy_stub.cc25 const std::string& /*description*/,
44 const std::string& /*description*/,
62 const std::string& /*wake_reason*/) {
H A Dppp_device.h23 #include <string>
50 const std::string& link_name,
57 const std::map<std::string, std::string>& configuration,
63 const std::map<std::string, std::string>& configuration,
78 static std::string GetInterfaceName(
79 const std::map<std::string, std::string>& configuration);
86 const std::string
[all...]
H A Drpc_task.cc26 using std::string;
46 void RPCTask::GetLogin(string* user, string* password) const {
50 void RPCTask::Notify(const string& reason, const map<string, string>& dict) {
54 map<string, string> RPCTask::GetEnvironment() const {
55 map<string, string> en
[all...]
H A Dshill_config.cc36 std::string Config::GetRunDirectory() {
40 std::string Config::GetStorageDirectory() {
44 std::string Config::GetUserStorageDirectory() {
H A Dshill_test_config.h20 #include <string>
33 std::string GetRunDirectory() override;
34 std::string GetStorageDirectory() override;
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_out_data_types.h20 #include <string>
31 const std::string& failure_reason);
39 std::string failure_reason_;
/system/connectivity/shill/upstart/
H A Dupstart_proxy_interface.h20 #include <string>
33 virtual void EmitEvent(const std::string& name,
34 const std::vector<std::string>& env,
H A Dupstart_proxy_stub.h20 #include <string>
36 void EmitEvent(const std::string& name,
37 const std::vector<std::string>& env,
/system/connectivity/shill/wifi/
H A Dmock_wifi_driver_hal.h20 #include <string>
33 MOCK_METHOD0(SetupStationModeInterface, std::string());
34 MOCK_METHOD0(SetupApModeInterface, std::string());
/system/core/adb/
H A Dadb_client.h23 #include <string>
27 int adb_connect(const std::string& service, std::string* _Nonnull error);
28 int _adb_connect(const std::string& service, std::string* _Nonnull error);
32 bool adb_command(const std::string& service);
36 bool adb_query(const std::string& service, std::string* _Nonnull result,
37 std::string* _Nonnull error);
59 bool adb_status(int fd, std::string* _Nonnul
[all...]
/system/core/crash_reporter/
H A Dcrash_collector_test.h23 #include <string>
32 bool(std::map<std::string, std::string> *sessions));
/system/tpm/tpm_manager/common/
H A Dprint_tpm_manager_status_proto.cc21 #include <string>
28 std::string GetProtoDebugString(TpmManagerStatus value) {
32 std::string GetProtoDebugStringWithIndent(TpmManagerStatus value,
/system/update_engine/client_library/include/update_engine/
H A Dstatus_update_handler.h20 #include <string>
35 virtual void IPCError(const std::string& error) = 0;
41 const std::string& new_version,
/system/webservd/libwebserv/
H A Dmock_response.h30 MOCK_METHOD2(AddHeader, void(const std::string&, const std::string&));
32 void(const std::vector<std::pair<std::string, std::string>>&));
35 MOCK_METHOD3(MockReply, void(int, brillo::Stream*, const std::string&));
38 void(int, const std::string&, const std::string&));
41 void(int, const std::map<std::string, std::string>&));
42 MOCK_METHOD2(Redirect, void(int, const std::string
[all...]
H A Dresponse.h20 #include <string>
43 virtual void AddHeader(const std::string& header_name,
44 const std::string& value) = 0;
48 const std::vector<std::pair<std::string, std::string>>& headers) = 0;
53 const std::string& mime_type) = 0;
57 const std::string& text,
58 const std::string& mime_type) = 0;
64 // list of key-value pairs of string type.
66 int status_code, const std::map<std::string, st
[all...]
/system/tpm/trunks/
H A Dtpm_utility_impl.h23 #include <string>
47 TPM_RC AllocatePCR(const std::string& platform_password) override;
48 TPM_RC TakeOwnership(const std::string& owner_password,
49 const std::string& endorsement_password,
50 const std::string& lockout_password) override;
51 TPM_RC StirRandom(const std::string& entropy_data,
55 std::string* random_data) override;
57 const std::string& extend_data,
59 TPM_RC ReadPCR(int pcr_index, std::string* pcr_value) override;
63 const std::string
[all...]

Completed in 499 milliseconds

1234567891011>>