Home
last modified time | relevance | path

Searched refs:IsIdle (Results 1 - 25 of 37) sorted by relevance

12

/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/
H A Dapp_domain_verify_task_mgr_test.cpp71 ASSERT_TRUE(appDomainVerifyTaskMgr->IsIdle()); in HWTEST_F()
89 while (!appDomainVerifyTaskMgr->IsIdle()) { in HWTEST_F()
92 ASSERT_TRUE(appDomainVerifyTaskMgr->IsIdle()); in HWTEST_F()
116 while (!appDomainVerifyTaskMgr->IsIdle()) { in HWTEST_F()
119 ASSERT_TRUE(appDomainVerifyTaskMgr->IsIdle()); in HWTEST_F()
143 while (!appDomainVerifyTaskMgr->IsIdle()) { in HWTEST_F()
146 ASSERT_TRUE(appDomainVerifyTaskMgr->IsIdle()); in HWTEST_F()
171 while (!appDomainVerifyTaskMgr->IsIdle()) { in HWTEST_F()
174 ASSERT_TRUE(appDomainVerifyTaskMgr->IsIdle()); in HWTEST_F()
197 while (!appDomainVerifyTaskMgr->IsIdle()) { in HWTEST_F()
[all...]
/foundation/bundlemanager/app_domain_verify/services/src/agent/core/
H A Dapp_domain_verify_agent_service.cpp184 bool AppDomainVerifyAgentService::IsIdle() in IsIdle() function in OHOS::AppDomainVerify::AppDomainVerifyAgentService
189 return appDomainVerifyTaskMgr_->IsIdle(); in IsIdle()
221 "can unload? isDoSyncDone:%{public}d, retryCnt:%{public}d, IsIdle:%{public}d, reachedMaxCnt:%{public}d, " in CanUnloadSa()
223 isDoSyncDone.load(), retryCnt.load(), IsIdle(), reachedMaxCnt, MAX_DELAY_RETRY_CNT); in CanUnloadSa()
224 return (isDoSyncDone || reachedMaxCnt) && IsIdle(); in CanUnloadSa()
277 IsIdle() ? dumpString.append("idle.") : dumpString.append("running."); in Dump()
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dapp_domain_verify_task_mgr.h40 bool IsIdle();
/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H A Dapp_domain_verify_agent_service.h62 bool IsIdle();
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H A Drs_recording_thread.cpp123 bool RSRecordingThread::IsIdle() in IsIdle() function in OHOS::Rosen::RSRecordingThread
125 return handler_ && handler_->IsIdle(); in IsIdle()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/benchmarks/
H A Drs_recording_thread.h52 bool IsIdle();
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.h75 bool IsIdle();
H A Deventhandler_adapter_queue.h76 bool IsIdle();
H A Dqueue_handler.cpp356 bool QueueHandler::IsIdle() in IsIdle() function in ffrt::QueueHandler
362 return reinterpret_cast<EventHandlerAdapterQueue*>(queue_.get())->IsIdle(); in IsIdle()
H A Deventhandler_adapter_queue.cpp168 bool EventHandlerAdapterQueue::IsIdle() in IsIdle() function in ffrt::EventHandlerAdapterQueue
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_event_handler.cpp88 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Devent_queue.h183 bool IsIdle();
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dframe_record.h63 inline bool IsIdle() in IsIdle() function in OHOS::CameraStandard::FrameRecord
H A Daudio_record.h65 bool IsIdle() in IsIdle() function in OHOS::CameraStandard::AudioRecord
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp379 bool EventHandler::IsIdle() in IsIdle() function in OHOS::AppExecFwk::EventHandler
381 return eventRunner_->GetEventQueue()->IsIdle(); in IsIdle()
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Dapp_domain_verify_task_mgr.cpp178 bool AppDomainVerifyTaskMgr::IsIdle() in IsIdle() function in OHOS::AppDomainVerifyTaskMgr
180 APP_DOMAIN_VERIFY_HILOGI(APP_DOMAIN_VERIFY_MODULE_COMMON, "IsIdle."); in IsIdle()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_one_shot_timer.cpp73 if (handler_ != nullptr && handler_->IsIdle()) { in Start()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.h62 bool IsIdle() const;
H A Drs_uni_render_thread.cpp302 bool RSUniRenderThread::IsIdle() const in IsIdle() function in OHOS::Rosen::RSUniRenderThread
304 return handler_ ? handler_->IsIdle() : false; in IsIdle()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessible_ability_channel_test/
H A Daams_accessible_ability_channel_test.cpp89 if (aams.GetMainRunner()->GetEventQueue()->IsIdle()) { in TearDown()
160 if (aams.GetMainRunner()->GetEventQueue()->IsIdle()) { in AddAccessibilityWindowConnection()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessible_ability_channel.cpp89 if (aams.GetMainRunner()->GetEventQueue()->IsIdle()) { in TearDown()
160 if (aams.GetMainRunner()->GetEventQueue()->IsIdle()) { in AddAccessibilityWindowConnection()
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_agent_service_test/
H A Dapp_domain_verify_agent_service_test.cpp53 while (!AppDomainVerifyTaskMgr::GetInstance()->IsIdle()) { in TearDownTestCase()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_keyevent_filter_test.cpp432 if (aams.GetMainRunner()->GetEventQueue()->IsIdle()) { in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_thread_test.cpp244 * @tc.desc: Test IsIdle And Sync
251 bool res = instance.IsIdle(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_render_thread_ext_test.cpp376 * @tc.desc: Test IsIdle And Sync
383 bool res = instance.IsIdle(); in HWTEST_F()

Completed in 15 milliseconds

12