Home
last modified time | relevance | path

Searched refs:ready_ (Results 1 - 25 of 41) sorted by relevance

12

/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_service.cpp65 return ready_; in IsServiceReady()
70 if (ready_) { in Init()
78 ready_ = true; in Init()
84 if (ready_) { in SelfClean()
85 ready_ = false; in SelfClean()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetallrunningworks_fuzzer/
H A Dworkschedulergetallrunningworks_fuzzer.cpp46 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
47 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerislastworktimeout_fuzzer/
H A Dworkschedulerislastworktimeout_fuzzer.cpp46 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
47 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerobtainallworks_fuzzer/
H A Dworkschedulerobtainallworks_fuzzer.cpp46 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
47 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H A Dworkschedulergetworkstatus_fuzzer.cpp56 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
57 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H A Dworkschedulerstopandcancelwork_fuzzer.cpp57 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
58 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H A Dworkschedulerstopwork_fuzzer.cpp57 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
58 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_controller.cpp34 if (ready_) { in LoadInterfacesImpl()
39 ready_ = true; in LoadInterfacesImpl()
48 ready_ = false; in UnloadInterfacesImpl()
H A Ddynamic_controller.h55 bool ready_{false};
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_director.cpp41 ready_ = true;
54 cv_.wait_for(lock, std::chrono::milliseconds(ms), [&] { return ready_; }); in Wait()
59 bool ready_ = false; member in OHOS::Rosen::__anon8924::TestSurfaceCaptureCallback
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp115 return ready_; in IsServiceReady()
120 if (ready_) { in Init()
144 ready_ = true; in Init()
381 if (ready_) { in SelfClean()
382 ready_ = false; in SelfClean()
/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dworkschedulerservice_test.cpp141 workSchedulerService_->ready_ = false; in HWTEST_F()
146 workSchedulerService_->ready_ = true; in HWTEST_F()
172 workSchedulerService_->ready_ = false; in HWTEST_F()
178 workSchedulerService_->ready_ = true; in HWTEST_F()
199 workSchedulerService_->ready_ = false; in HWTEST_F()
205 workSchedulerService_->ready_ = true; in HWTEST_F()
226 workSchedulerService_->ready_ = false; in HWTEST_F()
231 workSchedulerService_->ready_ = true; in HWTEST_F()
806 EXPECT_TRUE(workSchedulerService_->ready_); in HWTEST_F()
832 workSchedulerService_->ready_ in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_manager_service.h44 bool ready_ = false; member in OHOS::AAFwk::UriPermissionManagerService
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp121 if (ready_) { in OnStart()
344 ready_ = false; in OnStop()
370 ready_ = true; in Init()
603 if (!ready_) { in StartWork()
653 if (!ready_) { in StopWork()
673 if (!ready_) { in StopAndCancelWork()
713 if (!ready_) { in StopAndClearWorks()
745 if (!ready_) { in IsLastWorkTimeout()
762 if (!ready_) { in ObtainAllWorks()
774 if (!ready_) { in GetWorkStatus()
[all...]
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp69 ready_ = true; in TryNotify()
72 ready_ = true; in TryNotify()
91 cv_.wait(lk, [&] { return ready_; }); in Wait()
112 bool ready_ = false; member in OHOS::FileManagement::Backup::Session
H A Dtools_op_incremental_restore_async.cpp52 ready_ = true; in TryNotify()
55 ready_ = true; in TryNotify()
63 cv_.wait(lk, [&] { return ready_; }); in Wait()
85 bool ready_ = false; member in OHOS::FileManagement::Backup::InrementalSessionAsync
H A Dtools_op_restore_async.cpp52 ready_ = true; in TryNotify()
55 ready_ = true; in TryNotify()
63 cv_.wait(lk, [&] { return ready_; }); in Wait()
85 bool ready_ = false; member in OHOS::FileManagement::Backup::SessionAsync
H A Dtools_op_incremental_backup.cpp72 ready_ = true; in TryNotify()
75 ready_ = true; in TryNotify()
94 cv_.wait(lk, [&] { return ready_; }); in Wait()
115 bool ready_ = false; member in OHOS::FileManagement::Backup::SessionBckup
H A Dtools_op_incremental_restore.cpp68 ready_ = true; in TryNotify()
71 ready_ = true; in TryNotify()
90 cv_.wait(lk, [&] { return ready_; }); in Wait()
103 bool ready_ = false; member in OHOS::FileManagement::Backup::SessionRestore
H A Dtools_op_restore.cpp66 ready_ = true; in TryNotify()
69 ready_ = true; in TryNotify()
88 cv_.wait(lk, [&] { return ready_; }); in Wait()
102 bool ready_ = false; member in OHOS::FileManagement::Backup::Session
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandclearworks_fuzzer/
H A Dworkschedulerstopandclearworks_fuzzer.cpp129 if (!workSchedulerService_->ready_) { in DoSomethingInterestingWithMyAPI()
130 workSchedulerService_->ready_ = true; in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.h44 bool ready_ = false; member in OHOS::Rosen::HelloComposer
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.h58 bool ready_ = false; member in OHOS::Rosen::Drawing::DrawingSample
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_engine_sample.h54 bool ready_ = false; member in OHOS::Rosen::DrawingEngineSample
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp341 ready_ = true; in OnStart()
354 if (!ready_) { in OnStop()
358 ready_ = false; in OnStop()

Completed in 13 milliseconds

12