Home
last modified time | relevance | path

Searched refs:AttachThreadLockInfo (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c109 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 Dipc_process_skeleton_unittest.cpp473 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 Ddbinder_service.c272 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 Ddbinder_service.h317 bool AttachThreadLockInfo(uint32_t seqNumber, const std::string &networkId,
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h139 bool AttachThreadLockInfo(std::shared_ptr<SocketThreadLockInfo> object, const std::thread::id &threadId);
/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp484 current->AttachThreadLockInfo(object, threadId); in AttachThreadLockInfoTest()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp475 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 Dipc_process_skeleton.cpp711 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 Ddbinder_service_unittest.cpp1007 dBinderService->AttachThreadLockInfo(seqNumber, "networkId", threadLockInfo); in HWTEST_F()
1190 dBinderService->AttachThreadLockInfo(seqNumber, networkId, threadLockInfo); in HWTEST_F()

Completed in 16 milliseconds