Home
last modified time | relevance | path

Searched refs:PostAsyncTask (Results 1 - 25 of 53) sorted by relevance

123

/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_event_handler.cpp56 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
59 WIFI_LOGE("WifiEventHandlerImpl PostAsyncTask with delayTime Unsupported in lite."); in PostAsyncTask()
62 WIFI_LOGD("PostAsyncTask Enter"); in PostAsyncTask()
70 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
72 WIFI_LOGE("WifiEventHandlerImpl PostAsyncTask with name Unsupported in lite."); in PostAsyncTask()
158 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
162 WIFI_LOGE("PostAsyncTask: eventQueue is nullptr!"); in PostAsyncTask()
166 WIFI_LOGD("PostAsyncTask Enter"); in PostAsyncTask()
170 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
174 WIFI_LOGE("PostAsyncTask in PostAsyncTask()
237 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) PostAsyncTask() function in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
245 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) PostAsyncTask() function in OHOS::Wifi::WifiEventHandler::WifiEventHandlerImpl
285 bool WifiEventHandler::PostAsyncTask(const Callback &callback, int64_t delayTime) PostAsyncTask() function in OHOS::Wifi::WifiEventHandler
294 bool WifiEventHandler::PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime) PostAsyncTask() function in OHOS::Wifi::WifiEventHandler
[all...]
H A Dwifi_timer.cpp47 bool ret = timer_->PostAsyncTask(callback, std::to_string(timerIdInit), interval); in Register()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_thread.cpp76 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::DHCP::DhcpThread::DhcpThreadImpl
80 DHCP_LOGE("PostAsyncTask: eventQueue is nullptr!"); in PostAsyncTask()
84 DHCP_LOGD("PostAsyncTask Enter"); in PostAsyncTask()
88 bool PostAsyncTask(Callback &callback, const std::string &name, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::DHCP::DhcpThread::DhcpThreadImpl
92 DHCP_LOGE("PostAsyncTask: eventQueue is nullptr!"); in PostAsyncTask()
96 DHCP_LOGD("PostAsyncTask Enter %{public}s", name.c_str()); in PostAsyncTask()
149 bool PostAsyncTask(Callback &callback, int64_t delayTime = 0) in PostAsyncTask() function in OHOS::DHCP::DhcpThread::DhcpThreadImpl
152 DHCP_LOGE("DhcpThreadImpl PostAsyncTask with delayTime Unsupported in lite."); in PostAsyncTask()
155 DHCP_LOGD("PostAsyncTask Enter"); in PostAsyncTask()
163 bool PostAsyncTask(Callbac in PostAsyncTask() function in OHOS::DHCP::DhcpThread::DhcpThreadImpl
217 bool DhcpThread::PostAsyncTask(const Callback &callback, int64_t delayTime) PostAsyncTask() function in OHOS::DHCP::DhcpThread
226 bool DhcpThread::PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime) PostAsyncTask() function in OHOS::DHCP::DhcpThread
[all...]
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_thread_test.cpp57 bool result = dhcpThread.PostAsyncTask([]() { in HWTEST_F()
68 bool result = dhcpThread.PostAsyncTask([]() { in HWTEST_F()
79 bool result = dhcpThread.PostAsyncTask([]() { in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_event_handler.cpp25 bool NetConnEventHandler::PostAsyncTask(const Callback &callback, int64_t delayTime) in PostAsyncTask() function in OHOS::NetManagerStandard::NetConnEventHandler
30 bool NetConnEventHandler::PostAsyncTask(const Callback &callback, const std::string& taskName, int64_t delayTime) in PostAsyncTask() function in OHOS::NetManagerStandard::NetConnEventHandler
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_event_handler.h30 bool PostAsyncTask(const Callback &callback, int64_t delayTime = 0);
31 bool PostAsyncTask(const Callback &callback, const std::string& taskName, int64_t delayTime = 0);
/foundation/communication/wifi/wifi/utils/inc/
H A Dwifi_event_handler.h48 bool PostAsyncTask(const Callback &callback, int64_t delayTime = 0);
58 bool PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime = 0);
/foundation/communication/wifi/wifi/test/wifi_utils/unittest/
H A Dwifi_event_handler_test.cpp31 testEventHandler->PostAsyncTask(callback, 0); in HWTEST_F()
37 testEventHandler->PostAsyncTask(callback, "callback"); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/
H A Dsingle_display_pocket_fold_policy.cpp278 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMain, "screenOnMainTask"); in ChangeScreenDisplayModeToMainWhenFoldScreenOn()
292 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOffMainOff, "screenOffMainOffTask"); in ChangeScreenDisplayModeToMainWhenFoldScreenOff()
306 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMainChangeScreenId, "taskScreenOnMainChangeScreenId"); in ChangeScreenDisplayModeToMainWhenFoldScreenOff()
354 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnFull, "screenOnFullTask"); in ChangeScreenDisplayModeToFull()
365 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOffFullOff, "screenOffFullOffTask"); in ChangeScreenDisplayModeToFull()
374 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnFullOn, "screenOnFullOnTask"); in ChangeScreenDisplayModeToFull()
506 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMainOn, "ScreenToCoordinationTask"); in ChangeScreenDisplayModeToCoordination()
520 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMainOFF, "CloseCoordinationScreenTask"); in CloseCoordinationScreen()
H A Dsingle_display_fold_policy.cpp262 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMain, "screenOnMainTask"); in ChangeScreenDisplayModeToMain()
273 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOffMainOff, "screenOffMainOffTask"); in ChangeScreenDisplayModeToMain()
283 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMainChangeScreenId, "taskScreenOnMainChangeScreenId"); in ChangeScreenDisplayModeToMain()
313 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnFull, "screenOnFullTask"); in ChangeScreenDisplayModeToFull()
324 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOffFullOff, "screenOffFullOffTask"); in ChangeScreenDisplayModeToFull()
333 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnFullOn, "screenOnFullOnTask"); in ChangeScreenDisplayModeToFull()
H A Ddual_display_fold_policy.cpp336 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOff, "screenOffTask"); in ChangeScreenDisplayModeInner()
351 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOn, "screenOnTask"); in ChangeScreenDisplayModeInner()
380 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnMain, "taskScreenOnMain"); in ChangeScreenDisplayModeToCoordination()
391 screenPowerTaskScheduler_->PostAsyncTask(taskScreenOnSub, "taskScreenOnSub"); in ChangeScreenDisplayModeToCoordination()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_thread.h54 bool PostAsyncTask(const Callback &callback, int64_t delayTime = 0);
63 bool PostAsyncTask(const Callback &callback, const std::string &name, int64_t delayTime = 0);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp118 mStartServiceThread->PostAsyncTask([this]() { in Init()
245 mCloseServiceThread->PostAsyncTask([this, instId]() { in PushServiceCloseMsg()
250 mCloseServiceThread->PostAsyncTask([this, instId]() { in PushServiceCloseMsg()
256 mCloseServiceThread->PostAsyncTask([this, instId]() { in PushServiceCloseMsg()
263 mCloseServiceThread->PostAsyncTask([this]() { in PushServiceCloseMsg()
269 mCloseServiceThread->PostAsyncTask([this, instId]() { in PushServiceCloseMsg()
275 mCloseServiceThread->PostAsyncTask([this, instId]() { in PushServiceCloseMsg()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_delegate_tasks.h32 virtual int32_t PostAsyncTask(DTaskCallback callback) = 0;
H A Di_task_scheduler.h32 virtual int32_t PostAsyncTask(DTaskCallback callback) = 0;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dextension_session_manager.cpp137 taskScheduler_->PostAsyncTask(task, "RequestExtensionSessionActivation"); in RequestExtensionSessionActivation()
172 taskScheduler_->PostAsyncTask(task, "RequestExtensionSessionBackground"); in RequestExtensionSessionBackground()
207 taskScheduler_->PostAsyncTask(task, "RequestExtensionSessionDestruction"); in RequestExtensionSessionDestruction()
235 taskScheduler_->PostAsyncTask(task, __func__); in RequestExtensionSessionDestructionDone()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_conn_event_handler_test.cpp51 bool ret = instance_->PostAsyncTask(g_testCallback, TEST_DELAY_TIME); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_msdp_state_listener.cpp61 movementChangeEventHandler->PostAsyncTask([this]() { in HandleMovementChange()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp93 PostAsyncTask(task, "WindowManagerService:cacheGuard", delay);
125 void WindowManagerService::PostAsyncTask(Task task, const std::string& taskName, uint32_t delay) in PostAsyncTask() function in OHOS::Rosen::WindowManagerService
173 PostAsyncTask(task, "OnAccountSwitched"); in OnAccountSwitched()
802 PostAsyncTask(task, "NotifyWindowTransition"); in NotifyWindowTransition()
818 PostAsyncTask(task, "NotifyAnimationAbilityDied"); in NotifyAnimationAbilityDied()
842 PostAsyncTask(task, "StartingWindow"); in StartingWindow()
855 PostAsyncTask(task, "CancelStartingWindow"); in CancelStartingWindow()
1210 PostAsyncTask(task, "NotifyDisplayStateChange"); in NotifyDisplayStateChange()
1245 PostAsyncTask(task, "NotifyServerReadyToMoveOrDrag"); in NotifyServerReadyToMoveOrDrag()
1253 PostAsyncTask(tas in ProcessPointDown()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dtask_scheduler_test.cpp76 taskScheduler->PostAsyncTask(taskFunc); in HWTEST_F()
82 taskScheduler->PostAsyncTask(taskFunc, name, delayTime); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/wifi_asset/
H A Dwifi_asset_manager.cpp269 assetServiceThread_->PostAsyncTask([=]() { in WifiAssetAdd()
285 assetServiceThread_->PostAsyncTask([=]() { in WifiAssetQuery()
324 assetServiceThread_->PostAsyncTask([=]() { in WifiAssetRemove()
359 assetServiceThread_->PostAsyncTask([=]() { in WifiAssetAddPack()
420 assetServiceThread_->PostAsyncTask([=]() { WifiAssetRemovePackInner(wifiDeviceConfigs, userId, flagSync); }); in WifiAssetRemovePack()
428 assetServiceThread_->PostAsyncTask([=]() { in WifiAssetRemoveAll()
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/
H A Dtask_scheduler.h80 int32_t PostAsyncTask(DTaskCallback callback) override;
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_tasks.h78 int32_t PostAsyncTask(DTaskCallback callback);
/foundation/window/window_manager/window_scene/common/include/
H A Dtask_scheduler.h35 void PostAsyncTask(Task&& task, const std::string& name = "ssmTask", int64_t delayTime = 0);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_agent.cpp184 netAgentEventHandler_->PostAsyncTask( in OnStaMachineUpdateNetLinkInfo()
198 netAgentEventHandler_->PostAsyncTask([this, netInfo = netSupplierInfo]() {
211 netAgentEventHandler_->PostAsyncTask([this]() {
229 netAgentEventHandler_->PostAsyncTask([this, supplierInfo = netSupplierInfo, m_instId = instId]() {

Completed in 13 milliseconds

123