Home
last modified time | relevance | path

Searched defs:serverDeviceId (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/ipc/ipc/native/test/unittest/common/
Ddbinder_session_object_unittest.cpp65 std::string serverDeviceId = "testserverDeviceId"; variable
82 std::string serverDeviceId = "testserverDeviceId"; variable
105 std::string serverDeviceId = "testserverDeviceId"; variable
121 std::string serverDeviceId = "testserverDeviceId"; variable
138 std::string serverDeviceId = "testserverDeviceId"; variable
155 std::string serverDeviceId = "testserverDeviceId"; variable
172 std::string serverDeviceId = "testserverDeviceId"; variable
188 std::string serverDeviceId = "testserverDeviceId"; variable
Dipc_object_proxy_unittest.cpp894 std::string serverDeviceId = "testserverDeviceId"; variable
1286 std::string serverDeviceId = "testserverDeviceId"; variable
Dipc_binder_databus_invoker_unittest.cpp517 std::string serverDeviceId = "testserverDeviceId"; variable
1149 std::string serverDeviceId; variable
/foundation/communication/ipc/ipc/native/src/core/source/
Ddbinder_session_object.cpp27 const std::string &serverDeviceId, uint64_t stubIndex, IPCObjectProxy *proxy, uint32_t tokenId) in DBinderSessionObject()
80 void DBinderSessionObject::SetDeviceId(const std::string &serverDeviceId) in SetDeviceId()