/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 78 if (!IsReady()) { in LoadAbility() 126 if (!IsReady()) { in UpdateAbilityState() 145 if (!IsReady()) { in UpdateExtensionState() 164 if (!IsReady()) { in TerminateAbility() 187 if (!IsReady()) { in RegisterAppStateCallback() 198 if (!IsReady()) { in KillProcessByAbilityToken() 215 if (!IsReady()) { in KillProcessesByUserId() 241 if (!IsReady()) { in KillProcessesByPids() 260 if (!IsReady()) { in AttachPidToParent() 282 if (!IsReady()) { in KillProcessWithAccount() 381 bool AmsMgrScheduler::IsReady() const IsReady() function in OHOS::AppExecFwk::AmsMgrScheduler [all...] |
H A D | app_mgr_service.cpp | 181 if (!IsReady()) { in AttachApplication() 206 if (!IsReady()) { in PreloadApplication() 215 if (!IsReady()) { in ApplicationForegrounded() 234 if (!IsReady()) { in ApplicationBackgrounded() 254 if (!IsReady()) { in ApplicationTerminated() 271 if (!IsReady()) { in AbilityCleaned() 291 bool AppMgrService::IsReady() const in IsReady() function in OHOS::AppExecFwk::AppMgrService 303 if (!IsReady()) { in StartupResidentProcess() 333 if (!IsReady()) { in ClearUpApplicationData() 371 if (!IsReady()) { in ClearUpApplicationDataBySelf() [all...] |
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.cpp | 55 if (IsReady()) {
in Release() 69 if (!IsReady()) {
in MakeCurrent() 89 if (!IsReady()) {
in ReleaseCurrent() 104 if (!IsReady()) {
in SwapBuffers()
|
H A D | render_general_program.cpp | 42 if (IsReady()) {
in Release()
|
H A D | render_object.h | 32 bool IsReady() const
in IsReady() function in OHOS::Media::Effect::RenderObject
|
H A D | render_texture.h | 65 if (!IsReady()) {
|
H A D | render_surface.cpp | 95 if (IsReady()) {
in Release()
|
/foundation/window/window_manager/utils/include/ |
H A D | future.h | 31 if (!conditionVariable_.wait_for(lock, std::chrono::milliseconds(timeOut), [this] { return IsReady(); })) {
in GetResult() 38 virtual bool IsReady() = 0;
83 bool IsReady() override
|
H A D | surface_capture_future.h | 41 bool IsReady() override
|
/foundation/resourceschedule/work_scheduler/services/test/src/ |
H A D | work_status_test.cpp | 144 * @tc.desc: Test WorkStatus IsReady. 154 bool result = workStatus_->IsReady(); in HWTEST_F() 160 * @tc.desc: Test WorkStatus IsReady. 171 bool result = workStatus_->IsReady(); in HWTEST_F() 177 * @tc.desc: Test WorkStatus IsReady. 191 bool result = workStatus_->IsReady(); in HWTEST_F() 197 * @tc.desc: Test WorkStatus IsReady. 211 bool result = workStatus_->IsReady(); in HWTEST_F() 217 * @tc.desc: Test WorkStatus IsReady. 231 bool result = workStatus_->IsReady(); in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_referee.h | 95 bool IsReady(); 140 bool IsReady();
|
H A D | gesture_referee.cpp | 200 bool GestureScope::IsReady() in IsReady() function in OHOS::Ace::NG::GestureScope 204 if (recognizer && !recognizer->IsReady()) { in IsReady() 349 bool GestureReferee::IsReady() in IsReady() function in OHOS::Ace::NG::GestureReferee 352 if (!iter->second->IsReady()) { in IsReady()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/ |
H A D | ble_scan_filter_lsf.cpp | 149 bool BleScanFilterLsf::IsReady() in IsReady() function in OHOS::bluetooth::BleScanFilterLsf 172 if (!IsReady()) { in GetMaxFilterNumber() 198 if (!IsReady()) { in AddBleScanFilter() 222 if (!IsReady()) { in DeleteBleScanFilter() 243 if (!IsReady()) { in StartBleScanFilter() 264 if (!IsReady()) { in StopBleScanFilter()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | recognizer_group_test_ng.cpp | 181 auto result = recognizerTest->IsReady(); in HWTEST_F() 198 auto result = recognizerTest->IsReady(); in HWTEST_F() 299 auto result = recognizerTest->IsReady(); in HWTEST_F() 324 auto result = recognizerTest->IsReady(); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | recognizer_group.cpp | 249 bool RecognizerGroup::IsReady() in IsReady() function in OHOS::Ace::NG::RecognizerGroup 255 if (child && !child->IsReady()) { in IsReady()
|
H A D | recognizer_group.h | 197 bool IsReady() override;
|
/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_status.h | 72 bool IsReady();
|
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/ |
H A D | lifecycle_test.cpp | 134 EXPECT_EQ(launcherAbilityRecord_->IsReady(), true); in HWTEST_F() 233 EXPECT_EQ(launcherAbilityRecord_->IsReady(), true); in HWTEST_F() 258 EXPECT_EQ(launcherAbilityRecord_->IsReady(), false); in HWTEST_F()
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | transform_point_test.cpp | 41 bool IsReady() const; 66 inline bool Context::IsReady() const in IsReady() function in OHOS::MMI::Context 134 if (!ctx.IsReady()) { in SendEvents()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/ |
H A D | video_strategy_center.h | 51 inline bool IsReady() in IsReady() function in OHOS::CameraStandard::DeferredProcessing::VideoStrategyCenter
|
/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test_call.cpp | 300 EXPECT_EQ(false, abilityRecord_->IsReady()); in HWTEST_F() 322 EXPECT_EQ(false, abilityRecord_->IsReady()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_divided_ui_capture.cpp | 232 bool IsReady() const in IsReady() function in OHOS::Rosen::RSOffscreenRenderCallback 239 if (!conditionVariable_.wait_for(lock, std::chrono::milliseconds(timeOut), [this] { return IsReady(); })) { in GetResult()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/ |
H A D | video_strategy_center.cpp | 183 DP_CHECK_RETURN_RET(IsReady(), ExecutionMode::LOAD_BALANCE); in GetExecutionMode() 185 DP_CHECK_RETURN_RET(IsReady() && IsTimeReady(), ExecutionMode::LOAD_BALANCE); in GetExecutionMode()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 250 * SubFunction: IsReady 253 * CaseDescription: Verify the function IsReady can check params. 265 EXPECT_EQ(true, amsMgrScheduler->IsReady()); in HWTEST_F() 269 EXPECT_EQ(false, amsMgrScheduler2->IsReady()); in HWTEST_F() 274 EXPECT_EQ(false, amsMgrScheduler3->IsReady()); in HWTEST_F() 282 * SubFunction: IsReady 298 EXPECT_EQ(false, amsMgrScheduler2->IsReady()); in HWTEST_F() 305 EXPECT_EQ(false, amsMgrScheduler3->IsReady()); in HWTEST_F() 312 EXPECT_EQ(true, amsMgrScheduler4->IsReady()); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_ams_mgr_scheduler.h | 43 MOCK_METHOD0(IsReady, bool());
|