Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_querier.cpp53 [this, sysEvents, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnQuery()
76 [this, reason, total, seq] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnComplete()
96 }, [this] (pid_t threadId) { in OnComplete()
Dnapi_hisysevent_listener.cpp52 …main, eventName, eventType, eventDetail] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnEvent()
76 [this] (const napi_env env, const napi_ref ref, pid_t threadId) { in OnServiceDied()
Djs_callback_manager.cpp96 jsCallbacks.emplace(std::make_tuple(context, callback, [this, release] (pid_t threadId) { in Add()
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_callback_object.cpp20 JSCallbackObject::JSCallbackObject(napi_env env, napi_value callback, std::thread::id threadId) in JSCallbackObject()
Djs_keyboard_delegate_setting.cpp321 …ardDelegateSetting::Equals(napi_env env, napi_value value, napi_ref copy, std::thread::id threadId) in Equals()
Djs_input_method_engine_setting.cpp375 …ethodEngineSetting::Equals(napi_env env, napi_value value, napi_ref copy, std::thread::id threadId) in Equals()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_callback_context.h34 pid_t threadId; member
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_runner.cpp68 auto threadId = std::this_thread::get_id(); in ReclaimCurrentThread() local
102 auto threadId = thread->get_id(); in Deposit() local
167 auto threadId = it->first; in DoReclaimLocked() local
196 auto threadId = reclaims_.back(); in Run() local
Devent_handler.cpp252 int64_t threadId = gettid(); in DeliveryTimeAction() local
280 int64_t threadId = gettid(); in DistributeTimeAction() local
/base/startup/init/services/modules/bootchart/
Dbootchart.h27 pthread_t threadId; member
/base/hiviewdfx/hilog/services/hilogd/
Dcmd_executor.cpp107 for (auto threadId : m_finishedClients) { in CleanFinishedClients() local
/base/startup/init/ueventd/standard/
Dueventd_parameter.c36 pthread_t threadId; member
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/
Dprocess_dump_test.cpp618 pid_t threadId = thread->GetThreadId(); variable
634 pid_t threadId = thread->GetThreadId(); variable
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Djs_get_input_method_setting.cpp420 …InputMethodSetting::Equals(napi_env env, napi_value value, napi_ref copy, std::thread::id threadId) in Equals()