/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_service.c | 59 } 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 D | napi_remote_object_internal.h | 29 struct ThreadLockInfo { struct 44 ThreadLockInfo *lockInfo; argument 51 ThreadLockInfo *lockInfo;
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/ |
H A D | napi_domain_account_manager.h | 87 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 D | app_file_access_ext_connection.h | 48 struct ThreadLockInfo { struct 52 ThreadLockInfo connectLockInfo_; argument
|
/ohos5.0/foundation/filemanagement/user_file_service/services/native/file_access_service/include/ |
H A D | file_access_ext_connection.h | 49 struct ThreadLockInfo { struct 54 ThreadLockInfo connectLockInfo_; argument
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 118 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 D | dbinder_service.cpp | 474 … 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 D | napi_account_common.h | 29 struct ThreadLockInfo { struct
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1005 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 D | napi_os_account_common.h | 50 AccountJsKit::ThreadLockInfo lockInfo_;
|
H A D | napi_os_account.h | 90 ThreadLockInfo *lockInfo;
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/ |
H A D | napi_account_iam_common.h | 315 ThreadLockInfo lockInfo_;
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_remote_object.cpp | 250 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 D | napi_domain_account_manager.cpp | 43 …napi_env env, uv_loop_s **loop, uv_work_t **work, JsDomainPluginParam **param, ThreadLockInfo *loc… in InitDomainPluginExecEnv()
|