OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpc_id
(Results
1 - 7
of
7
) sorted by null
/system/connectivity/shill/
rpc_task_adaptor_stub.h
33
const std::string& GetRpcIdentifier() override { return
rpc_id
(); }
34
const std::string& GetRpcConnectionIdentifier() override { return
rpc_id
(); }
adaptor_stub.h
31
const std::string&
rpc_id
() { return rpc_id_; }
function in class:shill::AdaptorStub
control_interface.h
219
static void RpcIdToStorageId(std::string*
rpc_id
) {
220
CHECK(
rpc_id
);
221
DCHECK_EQ(
rpc_id
->at(0), '/');
222
rpc_id
->erase(0, 1);
223
std::replace(
rpc_id
->begin(),
rpc_id
->end(), '/', '_');
profile_adaptor_stub.h
33
const std::string& GetRpcIdentifier() override { return
rpc_id
(); }
ipconfig_adaptor_stub.h
35
const std::string& GetRpcIdentifier() override { return
rpc_id
(); }
/system/connectivity/shill/wifi/
wifi_endpoint.h
63
const std::string&
rpc_id
,
wifi_endpoint.cc
55
const string&
rpc_id
,
62
rpc_id_(
rpc_id
) {
Completed in 989 milliseconds