/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_session_object_unittest.cpp | 65 std::string serverDeviceId = "testserverDeviceId"; variable 66 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID); 81 std::string serverDeviceId = "testserverDeviceId"; variable 82 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID); 97 std::string serverDeviceId = "testserverDeviceId"; variable 99 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID); 113 std::string serverDeviceId = "testserverDeviceId"; variable 114 DBinderSessionObject object(serviceName, serverDeviceId, STUB_INDEX, nullptr, TOKEN_ID);
|
H A D | ipc_binder_databus_invoker_unittest.cpp | 514 std::string serverDeviceId = "testserverDeviceId"; variable 515 … auto object = std::make_shared<DBinderSessionObject>(serviceName, serverDeviceId, 1, nullptr, 1); 939 std::string serverDeviceId; variable 941 std::make_shared<DBinderSessionObject>(SERVICE_NAME_TEST, serverDeviceId, 1, nullptr, 1); 947 serverDeviceId = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
|
H A D | ipc_object_proxy_unittest.cpp | 908 std::string serverDeviceId = "testserverDeviceId"; variable 914 serviceName, serverDeviceId, stubIndex, proxy, tokenId); 1295 std::string serverDeviceId = "testserverDeviceId"; variable 1300 serviceName, serverDeviceId, stubIndex, proxy, tokenId);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | dbinder_session_object.cpp | 26 const std::string &serverDeviceId, uint64_t stubIndex, IPCObjectProxy *proxy, uint32_t tokenId) in DBinderSessionObject() argument 27 :serviceName_(serviceName), serverDeviceId_(serverDeviceId), in DBinderSessionObject() 73 void DBinderSessionObject::SetDeviceId(const std::string &serverDeviceId) in SetDeviceId() argument 75 serverDeviceId_ = serverDeviceId; in SetDeviceId()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/ |
H A D | ipcprocessskeleton_fuzzer.cpp | 366 std::string serverDeviceId; in ProxyAttachToDetachDBinderSessionTest() local 369 !GenerateString(serviceName) || !GenerateString(serverDeviceId)) { in ProxyAttachToDetachDBinderSessionTest() 373 serviceName, serverDeviceId, stubIndex, nullptr, tokenId); in ProxyAttachToDetachDBinderSessionTest() 404 std::string serverDeviceId; in ProxyMoveDBinderSessionTest() local 412 serviceName, serverDeviceId, stubIndex, proxy, tokenId); in ProxyMoveDBinderSessionTest() 429 std::string serverDeviceId; in QueryProxyBySocketIdTest001() local 438 serviceName, serverDeviceId, stubIndex, proxy, tokenId); in QueryProxyBySocketIdTest001() 751 std::string serverDeviceId; in QueryHandleByDatabusSessionTest() local 760 serviceName, serverDeviceId, stubIndex, proxy, tokenId); in QueryHandleByDatabusSessionTest() 777 std::string serverDeviceId; in StubAttachToDetachDBinderSessionTest() local [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_session_object.h | 51 explicit DBinderSessionObject(const std::string &serviceName, const std::string &serverDeviceId, 56 void SetDeviceId(const std::string &serverDeviceId);
|