Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ready_
(Results
1 - 25
of
41
) sorted by relevance
1
2
/foundation/ability/ability_runtime/services/uripermmgr/src/
H
A
D
uri_permission_manager_service.cpp
65
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
D
workschedulergetallrunningworks_fuzzer.cpp
46
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
47
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerislastworktimeout_fuzzer/
H
A
D
workschedulerislastworktimeout_fuzzer.cpp
46
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
47
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerobtainallworks_fuzzer/
H
A
D
workschedulerobtainallworks_fuzzer.cpp
46
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
47
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulergetworkstatus_fuzzer/
H
A
D
workschedulergetworkstatus_fuzzer.cpp
56
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
57
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopandcancelwork_fuzzer/
H
A
D
workschedulerstopandcancelwork_fuzzer.cpp
57
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
58
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstopwork_fuzzer/
H
A
D
workschedulerstopwork_fuzzer.cpp
57
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
58
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H
A
D
dynamic_controller.cpp
34
if (
ready_
) {
in LoadInterfacesImpl()
39
ready_
= true;
in LoadInterfacesImpl()
48
ready_
= false;
in UnloadInterfacesImpl()
H
A
D
dynamic_controller.h
55
bool
ready_
{false};
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H
A
D
rs_graphic_test_director.cpp
41
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
D
bundle_mgr_service.cpp
115
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
D
workschedulerservice_test.cpp
141
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
D
uri_permission_manager_service.h
44
bool
ready_
= false;
member in OHOS::AAFwk::UriPermissionManagerService
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_service.cpp
121
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
D
tools_op_backup.cpp
69
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
D
tools_op_incremental_restore_async.cpp
52
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
D
tools_op_restore_async.cpp
52
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
D
tools_op_incremental_backup.cpp
72
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
D
tools_op_incremental_restore.cpp
68
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
D
tools_op_restore.cpp
66
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
D
workschedulerstopandclearworks_fuzzer.cpp
129
if (!workSchedulerService_->
ready_
) {
in DoSomethingInterestingWithMyAPI()
130
workSchedulerService_->
ready_
= true;
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H
A
D
hello_composer.h
44
bool
ready_
= false;
member in OHOS::Rosen::HelloComposer
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H
A
D
drawing_sample.h
58
bool
ready_
= false;
member in OHOS::Rosen::Drawing::DrawingSample
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_engine_sample.h
54
bool
ready_
= false;
member in OHOS::Rosen::DrawingEngineSample
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H
A
D
device_manager_test.cpp
341
ready_
= true;
in OnStart()
354
if (!
ready_
) {
in OnStop()
358
ready_
= false;
in OnStop()
Completed in 13 milliseconds
1
2