Home
last modified time | relevance | path

Searched refs:IsReady (Results 1 - 25 of 45) sorted by relevance

12

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp78 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 Dapp_mgr_service.cpp181 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 Drender_context.cpp55 if (IsReady()) { in Release()
69 if (!IsReady()) { in MakeCurrent()
89 if (!IsReady()) { in ReleaseCurrent()
104 if (!IsReady()) { in SwapBuffers()
H A Drender_general_program.cpp42 if (IsReady()) { in Release()
H A Drender_object.h32 bool IsReady() const in IsReady() function in OHOS::Media::Effect::RenderObject
H A Drender_texture.h65 if (!IsReady()) {
H A Drender_surface.cpp95 if (IsReady()) { in Release()
/foundation/window/window_manager/utils/include/
H A Dfuture.h31 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 Dsurface_capture_future.h41 bool IsReady() override
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_status_test.cpp144 * @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 Dgesture_referee.h95 bool IsReady();
140 bool IsReady();
H A Dgesture_referee.cpp200 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 Dble_scan_filter_lsf.cpp149 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 Drecognizer_group_test_ng.cpp181 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 Drecognizer_group.cpp249 bool RecognizerGroup::IsReady() in IsReady() function in OHOS::Ace::NG::RecognizerGroup
255 if (child && !child->IsReady()) { in IsReady()
H A Drecognizer_group.h197 bool IsReady() override;
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_status.h72 bool IsReady();
/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H A Dlifecycle_test.cpp134 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 Dtransform_point_test.cpp41 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 Dvideo_strategy_center.h51 inline bool IsReady() in IsReady() function in OHOS::CameraStandard::DeferredProcessing::VideoStrategyCenter
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp300 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 Drs_divided_ui_capture.cpp232 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 Dvideo_strategy_center.cpp183 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 Dams_mgr_scheduler_test.cpp250 * 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 Dmock_ams_mgr_scheduler.h43 MOCK_METHOD0(IsReady, bool());

Completed in 15 milliseconds

12