Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 25 of 25) sorted by relevance

/base/security/security_guard/frameworks/js/napi/
Dnapi_security_event_querier.cpp145 const std::vector<SecurityCollector::SecurityEvent> &napiEvents) { in OnQuery()
200 }, [this] (pid_t threadId) { in OnComplete()
228 }, [this] (pid_t threadId) { in OnError()
Dsecurity_guard_napi.h46 pid_t threadId; member
130 pid_t threadId; member
179 std::thread::id threadId; member
Dsecurity_guard_napi.cpp1004 static bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread()
1015 std::thread::id threadId) in CompareOnAndOffRef()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_querier.cpp58 [this, sysEvents, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnQuery()
81 [this, reason, total, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnComplete()
101 }, [this] (pid_t threadId) { in OnComplete()
Dnapi_hisysevent_listener.cpp57 …main, eventName, eventType, eventDetail] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnEvent()
81 [this] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnServiceDied()
Djs_callback_manager.cpp99 jsCallbacks.emplace(std::make_tuple(context, callback, [this, release] (pid_t threadId) { in Add()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_callback_context.h34 pid_t threadId; member
/base/startup/init/services/modules/bootchart/
Dbootchart.h27 pthread_t threadId; member
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dblock_queue_test.cpp87 auto threadId = GetThreadId(); in TestImfBlockQueue() local
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_callback_object.cpp24 JSCallbackObject::JSCallbackObject(napi_env env, napi_value callback, std::thread::id threadId) in JSCallbackObject()
/base/notification/eventhandler/frameworks/test/moduletest/
Devent_handler_test_common.h125 static inline void PushbackThread(const std::string threadId) in PushbackThread()
Devent_handler_fd_listener_module_test.cpp77 std::string threadId = std::to_string(gettid()); in OnReadable() local
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp83 auto threadId = std::this_thread::get_id(); in ReclaimCurrentThread() local
117 auto threadId = thread->get_id(); in Deposit() local
184 auto threadId = it->first; in DoReclaimLocked() local
213 auto threadId = reclaims_.back(); in Run() local
Devent_handler.cpp380 int64_t threadId = getproctid(); in DeliveryTimeAction() local
409 int64_t threadId = getproctid(); in DistributeTimeAction() local
/base/security/access_token/interfaces/kits/napi/common/src/
Dnapi_common.cpp25 bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread()
34 …Ref(const napi_env env, napi_ref subscriberRef, napi_ref unsubscriberRef, std::thread::id threadId) in CompareCallbackRef()
/base/hiviewdfx/hilog/services/hilogd/
Dcmd_executor.cpp109 for (auto threadId : m_finishedClients) { in CleanFinishedClients() local
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
Dsignal_handler_test.cpp121 int TestThread(int threadId, int sig) in TestThread()
320 int TestThread2(int threadId, int sig, int total, bool exitEarly) in TestThread2()
/base/startup/init/ueventd/standard/
Dueventd_parameter.c36 pthread_t threadId; member
/base/hiviewdfx/hiview/plugins/faultlogger/common/
Dfaultlog_util.cpp192 std::string GetThreadStack(const std::string& path, int32_t threadId) in GetThreadStack()
/base/security/access_token/interfaces/kits/cj/accesstoken/include/
Dat_manager_impl.h136 std::thread::id threadId; member
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdserver_fuzzer/
Dfaultloggerdserver_fuzzer.cpp78 pthread_t threadId; in HandleRequestTestCommon() local
/base/msdp/device_status/utils/common/src/
Dutil.cpp79 std::string threadId = GetThisThreadIdOfString(); in GetThisThreadId() local
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
Dat_manager_impl.cpp109 static bool IsCurrentThread(std::thread::id threadId) in IsCurrentThread()
119 …c bool CompareCallbackRef(int64_t subscriberRef, int64_t unsubscriberRef, std::thread::id threadId) in CompareCallbackRef()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp175 bool JsUtils::Equals(napi_env env, napi_value value, napi_ref copy, std::thread::id threadId) in Equals()
/base/startup/appspawn/test/moduletest/threadpool/
Dthread_manager.c27 pthread_t threadId; member