Searched refs:AttachThreadLockInfo (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | rpc_process_skeleton.c | 109 static int32_t AttachThreadLockInfo(SocketThreadLockInfo *threadLockInfo) in AttachThreadLockInfo() function 167 if (AttachThreadLockInfo(threadLockInfo) != ERR_NONE) { in AddDataThreadInWait() 377 int32_t ret = AttachThreadLockInfo(threadLockInfo); in AddSendThreadInWait() 379 RPC_LOG_ERROR("AttachThreadLockInfo fail"); in AddSendThreadInWait()
|
/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_process_skeleton_unittest.cpp | 473 skeleton->AttachThreadLockInfo(object, threadId); in HWTEST_F() 641 skeleton->AttachThreadLockInfo(object, t1ID); in HWTEST_F() 707 skeleton->AttachThreadLockInfo(object, t1ID); in HWTEST_F() 740 skeleton->AttachThreadLockInfo(object, t1ID); in HWTEST_F() 792 skeleton->AttachThreadLockInfo(object, t1ID); in HWTEST_F()
|
/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_service.c | 272 static int32_t AttachThreadLockInfo(ThreadLockInfo *threadLockInfo) in AttachThreadLockInfo() function 334 ret = AttachThreadLockInfo(threadLockInfo); in InvokerRemoteDBinder() 336 RPC_LOG_ERROR("AttachThreadLockInfo failed"); in InvokerRemoteDBinder()
|
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 317 bool AttachThreadLockInfo(uint32_t seqNumber, const std::string &networkId,
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_process_skeleton.h | 139 bool AttachThreadLockInfo(std::shared_ptr<SocketThreadLockInfo> object, const std::thread::id &threadId);
|
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/ |
H A D | ipcprocessskeleton_fuzzer.cpp | 484 current->AttachThreadLockInfo(object, threadId); in AttachThreadLockInfoTest()
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 475 result = AttachThreadLockInfo(seqNumber, stub->GetDeviceID(), threadLockInfo); in InvokerRemoteDBinder() 477 DBINDER_LOGE(LOG_LABEL, "AttachThreadLockInfo fail, seq:%{public}u", seqNumber); in InvokerRemoteDBinder() 1057 bool DBinderService::AttachThreadLockInfo(uint32_t seqNumber, const std::string &networkId, in AttachThreadLockInfo() function in OHOS::DBinderService
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_process_skeleton.cpp | 711 bool IPCProcessSkeleton::AttachThreadLockInfo(std::shared_ptr<SocketThreadLockInfo> object, in AttachThreadLockInfo() function in OHOS::IPC_SINGLE::IPCProcessSkeleton 839 if (!AttachThreadLockInfo(threadLockInfo, threadId)) { in AddDataThreadInWait()
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1007 dBinderService->AttachThreadLockInfo(seqNumber, "networkId", threadLockInfo); in HWTEST_F() 1190 dBinderService->AttachThreadLockInfo(seqNumber, networkId, threadLockInfo); in HWTEST_F()
|
Completed in 16 milliseconds