/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_event_handler.cpp | 56 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 D | wifi_timer.cpp | 47 bool ret = timer_->PostAsyncTask(callback, std::to_string(timerIdInit), interval);
in Register()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_thread.cpp | 76 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 D | dhcp_thread_test.cpp | 57 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 D | net_conn_event_handler.cpp | 25 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 D | net_conn_event_handler.h | 30 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 D | wifi_event_handler.h | 48 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 D | wifi_event_handler_test.cpp | 31 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 D | single_display_pocket_fold_policy.cpp | 278 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 D | single_display_fold_policy.cpp | 262 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 D | dual_display_fold_policy.cpp | 336 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 D | dhcp_thread.h | 54 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 D | wifi_manager.cpp | 118 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 D | i_delegate_tasks.h | 32 virtual int32_t PostAsyncTask(DTaskCallback callback) = 0;
|
H A D | i_task_scheduler.h | 32 virtual int32_t PostAsyncTask(DTaskCallback callback) = 0;
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | extension_session_manager.cpp | 137 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 D | net_conn_event_handler_test.cpp | 51 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 D | wifi_msdp_state_listener.cpp | 61 movementChangeEventHandler->PostAsyncTask([this]() { in HandleMovementChange()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 93 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 D | task_scheduler_test.cpp | 76 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 D | wifi_asset_manager.cpp | 269 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 D | task_scheduler.h | 80 int32_t PostAsyncTask(DTaskCallback callback) override;
|
/foundation/multimodalinput/input/service/delegate_task/include/ |
H A D | delegate_tasks.h | 78 int32_t PostAsyncTask(DTaskCallback callback);
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | task_scheduler.h | 35 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 D | wifi_net_agent.cpp | 184 netAgentEventHandler_->PostAsyncTask( in OnStaMachineUpdateNetLinkInfo() 198 netAgentEventHandler_->PostAsyncTask([this, netInfo = netSupplierInfo]() { 211 netAgentEventHandler_->PostAsyncTask([this]() { 229 netAgentEventHandler_->PostAsyncTask([this, supplierInfo = netSupplierInfo, m_instId = instId]() {
|