Home
last modified time | relevance | path

Searched refs:thread (Results 1601 - 1625 of 1701) sorted by relevance

1...<<616263646566676869

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp349 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 Ddistributeddb_single_ver_multi_sub_user_test.cpp18 #include <thread>
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp19 #include <thread>
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp21 #include <thread>
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp21 #include <thread>
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp828 callback->notifyHandler = std::thread([infos] { in StartNotify()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp24 #include <thread>
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_renderer_unit_test.cpp19 #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 Dgpu_resource_manager.cpp22 #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 Davsession_service.cpp21 #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 Davplayer_napi.cpp179 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 Dmmi_service.cpp865 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 Daudio_policy_service.cpp475 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 Dfa_ability_thread.cpp20 #include <thread>
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp15 #include <thread>
H A Ddistributed_sched_continuation_test.cpp15 #include <thread>
H A Ddistributed_sched_service_first_test.cpp15 #include <thread>
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp22 #include <thread>
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp30 #include <thread>
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp23 #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 Ddata_ability_manager_test.cpp17 #include <thread>
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp470 notifyThread_ = std::thread(&BufferDispatcher::NotifyThreadWorker, this); in StartDispatch()
1464 SHARING_LOGI("BufferDispatcher DataNotifier thread in.");
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp22 #include <thread>
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp20 #include <thread>
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp16 #include <thread>

Completed in 89 milliseconds

1...<<616263646566676869