Home
last modified time | relevance | path

Searched refs:IsCurrentThread (Results 1 - 6 of 6) sorted by relevance

/base/security/access_token/interfaces/kits/js/napi/common/include/
H A Dnapi_common.h31 bool IsCurrentThread(std::thread::id threadId);
/base/security/access_token/frameworks/js/napi/common/src/
H A Dnapi_common.cpp25 bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread() function
36 if (!IsCurrentThread(threadId)) { in CompareCallbackRef()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp109 static bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread() function
121 if (!IsCurrentThread(threadId)) { in CompareCallbackRef()
762 if (!IsCurrentThread(item->threadId)) { in FindAndGetSubscriberInVector()
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp1022 static bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread() function
1035 if (!IsCurrentThread(threadId)) { in CompareOnAndOffRef()
/base/security/access_token/frameworks/js/napi/privacy/src/
H A Dpermission_record_manager_napi.cpp882 callbackEqual = IsCurrentThread(item->threadId_); in FindAndGetSubscriber()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_atmanager.cpp1359 if (!IsCurrentThread(item->threadId_)) { in FindAndGetSubscriberInVector()

Completed in 10 milliseconds