/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.cpp | 349 loop->IncObjRef(loop); // ref 1 owned by thread. 350 std::thread loopThread([loop]() { 352 loop->DecObjRef(loop); // ref 1 dropped by thread. 968 LOGD("[RuntimeContext] Set thread pool finished");
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_multi_sub_user_test.cpp | 18 #include <thread>
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_operation_syncdb_test.cpp | 19 #include <thread>
|
/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_connector.cpp | 21 #include <thread>
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 21 #include <thread>
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 828 callback->notifyHandler = std::thread([infos] { in StartNotify()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_test.cpp | 24 #include <thread>
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 19 #include <thread> 536 thread renderThread(StartRenderThread, audioRenderer.get(), PLAYBACK_DURATION); in HWTEST() 1487 thread renderThread(StartRenderThread, audioRenderer.get(), 0); in HWTEST() 2990 thread renderThread(StartRenderThread, audioRenderer.get(), 0); in HWTEST() 3185 thread renderThread(StartRenderThread, audioRenderer.get(), 0); in HWTEST()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 22 #include <thread> 1926 PLUGIN_LOG_D("WFIADGR thread id: %" PRIu64, (uint64_t)std::hash<std::thread::id> {}(std::this_thread::get_id()));
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.cpp | 21 #include <thread> 367 std::thread([startMigrateStub, this]() { in PullMigrateStub() 368 SLOGI("create thread to keep MigrateStub"); in PullMigrateStub()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.cpp | 179 std::thread([jsPlayer]() -> void { in Destructor() 649 std::thread([this] () -> void { this->StopTaskQue(); }).detach(); in ReleaseTask()
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 865 t_ = std::thread([this] {this->OnThread();}); in OnStart() 867 eventMonitorThread_ = std::thread(&EventStatistic::WriteEventFile); in OnStart() 937 MMI_HILOGI("Set thread status flag to true"); in OnStart() 942 MMI_HILOGI("Set thread status flag to false"); in OnStart() 2551 MMI_HILOGI("Main worker thread start. tid:%{public}" PRId64 "", tid); in OnThread() 2593 MMI_HILOGI("Main worker thread stop. tid:%{public}" PRId64 "", tid); in OnThread() 3716 MMI_HILOGW("The application main thread and event reading thread are combined, such as:" in InitPrintClientInfo() 3724 MMI_HILOGI("The application main thread and event reading thread ar in InitPrintClientInfo() [all...] |
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 475 RecoveryDevicesThread_ = std::make_unique<std::thread>([this] { this->RecoveryPreferredDevices(); }); in CreateRecoveryThread() 2684 thread switchThread(&AudioPolicyService::UnmutePortAfterMuteDuration, this, duration, portName, DEVICE_TYPE_NONE); in MuteSinkPort() 5637 std::thread sendConnectedToClient(&AudioPolicyService::UpdateSessionConnectionState, this, sessionId, in SendA2dpConnectedWhileRunning() 6131 std::thread setAbsSceneThrd(&AudioPolicyService::SetAbsVolumeSceneAsync, this, macAddress, support); in SetDeviceAbsVolumeSupported() 6307 calculateLoopSafeTime_ = std::make_unique<std::thread>([this] { this->CheckActiveMusicTime(); }); in CreateCheckMusicActiveThread() 7211 std::thread unloadOffloadThrd(unloadFirOffloadThrd); in DynamicUnloadModule() 10015 std::thread switchThread(&AudioA2dpOffloadManager::WaitForConnectionCompleted, this); in ConnectA2dpOffload()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | fa_ability_thread.cpp | 20 #include <thread>
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 15 #include <thread>
|
H A D | distributed_sched_continuation_test.cpp | 15 #include <thread>
|
H A D | distributed_sched_service_first_test.cpp | 15 #include <thread>
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 22 #include <thread>
|
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | frs_form_render_record_test.cpp | 30 #include <thread>
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_record.cpp | 23 #include <thread>
135 // Some resources need to be deleted in a JS thread
in ~FormRenderRecord() 229 HILOG_INFO("Get thread %{public}d and psid %{public}d", renderRecord->jsThreadId_,
in CreateEventHandler() 252 HILOG_WARN("Watchdog add thread fail!");
in AddWatchDogThreadMonitor() 351 // Some resources need to be initialized in a JS thread
in UpdateRenderRecord() 388 // Some resources need to be deleted in a JS thread
in DeleteRenderRecord() 649 HILOG_INFO("Update record in js thread, formId:%{public}s", std::to_string(formJsInfo.formId).c_str());
in HandleUpdateInJsThread() 771 HILOG_INFO("Delete some resources in js thread");
in HandleDeleteInJsThread() 950 HILOG_INFO("Release renderer which formId:%{public}s, compId:%{public}s in js thread.",
in HandleReleaseRendererInJsThread() 1112 HILOG_INFO("FormRenderService is exiting, destroy some resources in js thread");
in HandleDestroyInJsThread() [all...] |
/foundation/ability/ability_runtime/test/unittest/data_ability_manager_test/ |
H A D | data_ability_manager_test.cpp | 17 #include <thread>
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | buffer_dispatcher.cpp | 470 notifyThread_ = std::thread(&BufferDispatcher::NotifyThreadWorker, this); in StartDispatch() 1464 SHARING_LOGI("BufferDispatcher DataNotifier thread in.");
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 22 #include <thread>
|
/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_client_impl.cpp | 20 #include <thread>
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 16 #include <thread>
|