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:isReady_
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H
A
D
render_object.h
26
explicit RenderObject() :
isReady_
(false) {}
in RenderObject()
34
return
isReady_
;
in IsReady()
39
isReady_
= flag;
in SetReady()
52
bool
isReady_
;
member in OHOS::Media::Effect::RenderObject
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
installd_service.cpp
75
if (
isReady_
) {
in Init()
117
isReady_
= true;
in Start()
123
if (!
isReady_
) {
in Stop()
130
isReady_
= false;
in Stop()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_service.cpp
84
if (
isReady_
) {
in Init()
123
isReady_
= true;
in Start()
129
if (!
isReady_
) {
in Stop()
136
isReady_
= false;
in Stop()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H
A
D
bgtask_manager_unit_test.cpp
114
EXPECT_EQ(bgTransientTaskMgr_->
isReady_
.load(), false);
in HWTEST_F()
116
EXPECT_EQ(bgTransientTaskMgr_->
isReady_
.load(), true);
in HWTEST_F()
152
bgTransientTaskMgr_->
isReady_
.store(false);
in HWTEST_F()
154
bgTransientTaskMgr_->
isReady_
.store(true);
in HWTEST_F()
203
bgTransientTaskMgr_->
isReady_
.store(false);
in HWTEST_F()
205
bgTransientTaskMgr_->
isReady_
.store(true);
in HWTEST_F()
266
bgTransientTaskMgr_->
isReady_
.store(false);
in HWTEST_F()
268
bgTransientTaskMgr_->
isReady_
.store(true);
in HWTEST_F()
418
bgTransientTaskMgr_->
isReady_
.store(false);
in HWTEST_F()
420
bgTransientTaskMgr_->
isReady_
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H
A
D
installd_service.h
56
return
isReady_
;
in IsServiceReady()
73
bool
isReady_
= false;
member in OHOS::AppExecFwk::InstalldService
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H
A
D
installd_service.h
56
return
isReady_
;
in IsServiceReady()
73
bool
isReady_
= false;
member in OHOS::AppExecFwk::InstalldService
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H
A
D
bg_transient_task_mgr.cpp
97
isReady_
.store(false);
in InitNecessaryState()
118
isReady_
.store(true);
in InitNecessaryState()
179
if (!
isReady_
.load()) {
in RequestSuspendDelay()
241
if (!
isReady_
.load()) {
in PauseTransientTaskTimeForInner()
274
if (!
isReady_
.load()) {
in StartTransientTaskTimeForInner()
362
if (!
isReady_
.load()) {
in CancelSuspendDelay()
424
if (!
isReady_
.load()) {
in GetRemainingDelayTime()
627
if (!
isReady_
.load()) {
in SetBgTaskConfig()
645
if (!
isReady_
.load()) {
in ShellDump()
812
if (!
isReady_
in OnRemoveSystemAbility()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H
A
D
ble_scan_filter_lsf.cpp
27
if (
isReady_
) {
in ~BleScanFilterLsf()
29
isReady_
= false;
in ~BleScanFilterLsf()
151
if (!
isReady_
&& (HCIVIF_RegisterVendorEventCallback(&VENDOR_EVENT_CALLBACK, this) == BT_SUCCESS)) {
in IsReady()
152
isReady_
= true;
in IsReady()
155
if (!
isReady_
) {
in IsReady()
618
filter->
isReady_
= false;
in HciVendorClosedCallback()
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H
A
D
camera.cpp
421
isReady_
= true;
in PrepareCamera()
435
if (!
isReady_
) {
in StartPreview()
501
if (!
isReady_
|| (photoOutput_ == nullptr)) {
in Capture()
541
isReady_
= false;
in Stop()
H
A
D
camera.h
137
bool
isReady_
= false;
member in OHOS::Ace::CameraCallback
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H
A
D
cast_stream_player_manager.h
81
std::atomic<bool>
isReady_
{ false };
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H
A
D
cast_stream_player_manager.h
81
std::atomic<bool>
isReady_
{ false };
/foundation/resourceschedule/background_task_mgr/test/systemtest/
H
A
D
bgtask_dump_test.cpp
39
DelayedSingleton<BgTransientTaskMgr>::GetInstance()->
isReady_
.store(true);
in SetUpTestCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_share_service_stub.h
80
std::atomic<bool>
isReady_
= false;
member in OHOS::DataShare::DataShareServiceStub
H
A
D
data_share_service_stub.cpp
329
while (!
isReady_
.load() && tryTimes > 0) {
in OnRemoteRequest()
433
isReady_
.store(true);
in SetServiceReady()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H
A
D
cast_stream_player_manager.cpp
111
if (!
isReady_
) {
in SetSurface()
113
isReady_
= true;
in SetSurface()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H
A
D
cast_stream_player_manager.cpp
111
if (!
isReady_
) {
in SetSurface()
113
isReady_
= true;
in SetSurface()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.h
160
bool
isReady_
= false;
member in OHOS::Ace::VideoElement
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/
H
A
D
ble_scan_filter_lsf.h
188
bool
isReady_
= false;
member in OHOS::bluetooth::BleScanFilterLsf
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H
A
D
bg_transient_task_mgr.h
99
std::atomic<bool>
isReady_
{false};
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessible_ability_manager_service.h
180
return
isReady_
;
in IsServiceReady()
424
bool
isReady_
= false;
member in OHOS::Accessibility::AccessibleAbilityManagerService
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_event.h
214
return
isReady_
;
in GetResponseStatus()
296
isReady_
= isReady;
in SetResponseStatus()
300
if (
isReady_
== true) {
in SetResponseStatus()
313
handle_->HandleResponseStatus(
isReady_
);
in SetResponseStatus()
339
bool
isReady_
= true;
member in OHOS::Ace::NativeEmbedStatus::WebResponse
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H
A
D
sa_perform_action_xts.cpp
208
isReady_
= false;
in OnStop()
251
isReady_
= true;
in OnAddSystemAbility()
278
if (
isReady_
) {
in OnRemoveSystemAbility()
285
isReady_
= false;
in OnRemoveSystemAbility()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H
A
D
samgr_register_element_test.cpp
208
isReady_
= false;
in OnStop()
251
isReady_
= true;
in OnAddSystemAbility()
278
if (
isReady_
) {
in OnRemoveSystemAbility()
285
isReady_
= false;
in OnRemoveSystemAbility()
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessible_ability_manager_service.cpp
208
isReady_
= false;
in OnStop()
251
isReady_
= true;
in OnAddSystemAbility()
278
if (
isReady_
) {
in OnRemoveSystemAbility()
285
isReady_
= false;
in OnRemoveSystemAbility()
Completed in 30 milliseconds
1
2