Home
last modified time | relevance | path

Searched refs:ThreadLockInfo (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c59 } ThreadLockInfo; typedef
272 static int32_t AttachThreadLockInfo(ThreadLockInfo *threadLockInfo) in AttachThreadLockInfo()
280 static void DetachThreadLockInfo(ThreadLockInfo *threadLockInfo) in DetachThreadLockInfo()
287 static ThreadLockInfo *NewThreadLock(void) in NewThreadLock()
289 ThreadLockInfo *threadLockInfo = (ThreadLockInfo *)malloc(sizeof(ThreadLockInfo)); in NewThreadLock()
329 ThreadLockInfo *threadLockInfo = NewThreadLock(); in InvokerRemoteDBinder()
624 static ThreadLockInfo *QueryThreadLockInfo(uint32_t seqNumber) in QueryThreadLockInfo()
626 ThreadLockInfo *node = NULL; in QueryThreadLockInfo()
628 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_threadLockInfoList.threadLocks, ThreadLockInfo, list) in QueryThreadLockInfo()
641 ThreadLockInfo *threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h29 struct ThreadLockInfo { struct
44 ThreadLockInfo *lockInfo; argument
51 ThreadLockInfo *lockInfo;
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h87 ThreadLockInfo *lockInfo = nullptr;
128 ThreadLockInfo lockInfo_;
137 AccountJsKit::ThreadLockInfo lockInfo_;
149 AccountJsKit::ThreadLockInfo lockInfo_;
161 AccountJsKit::ThreadLockInfo lockInfo_;
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dapp_file_access_ext_connection.h48 struct ThreadLockInfo { struct
52 ThreadLockInfo connectLockInfo_; argument
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_ext_connection.h49 struct ThreadLockInfo { struct
54 ThreadLockInfo connectLockInfo_; argument
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h118 struct ThreadLockInfo { struct
318 std::shared_ptr<struct ThreadLockInfo> object);
319 std::shared_ptr<struct ThreadLockInfo> QueryThreadLockInfo(uint32_t seqNumber);
404 std::map<uint32_t, std::shared_ptr<struct ThreadLockInfo>> threadLockInfo_;
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp474 … std::shared_ptr<struct ThreadLockInfo> threadLockInfo = std::make_shared<struct ThreadLockInfo>(); in InvokerRemoteDBinder()
1040 std::shared_ptr<struct ThreadLockInfo> threadLockInfo = QueryThreadLockInfo(seqNumber); in WakeupThreadByStub()
1058 std::shared_ptr<struct ThreadLockInfo> object) in AttachThreadLockInfo()
1063 …threadLockInfo_.insert(std::pair<uint32_t, std::shared_ptr<struct ThreadLockInfo>>(seqNumber, obje… in AttachThreadLockInfo()
1067 std::shared_ptr<struct ThreadLockInfo> DBinderService::QueryThreadLockInfo(uint32_t seqNumber) in QueryThreadLockInfo()
/ohos5.0/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h29 struct ThreadLockInfo { struct
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1005 std::shared_ptr<OHOS::ThreadLockInfo> threadLockInfo = std::make_shared<OHOS::ThreadLockInfo>();
1186 std::shared_ptr<OHOS::ThreadLockInfo> threadLockInfo = std::make_shared<OHOS::ThreadLockInfo>();
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account_common.h50 AccountJsKit::ThreadLockInfo lockInfo_;
H A Dnapi_os_account.h90 ThreadLockInfo *lockInfo;
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_common.h315 ThreadLockInfo lockInfo_;
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp250 std::shared_ptr<struct ThreadLockInfo> lockInfo = std::make_shared<struct ThreadLockInfo>(); in NAPIRemoteObject()
366 std::shared_ptr<struct ThreadLockInfo> lockInfo = std::make_shared<struct ThreadLockInfo>(); in OnRemoteRequest()
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp43 …napi_env env, uv_loop_s **loop, uv_work_t **work, JsDomainPluginParam **param, ThreadLockInfo *loc… in InitDomainPluginExecEnv()