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:IsIdle
(Results
1 - 25
of
26
) sorted by relevance
1
2
/base/update/updateservice/services/startup/access/src/
H
A
D
firmware_access.cpp
42
bool FirmwareAccess::
IsIdle
()
in IsIdle()
function in OHOS::UpdateEngine::FirmwareAccess
44
return DelayedSingleton<FirmwareManager>::GetInstance()->
IsIdle
();
in IsIdle()
H
A
D
default_access.cpp
37
bool DefaultAccess::
IsIdle
()
in IsIdle()
function in OHOS::UpdateEngine::DefaultAccess
H
A
D
access_manager.cpp
34
bool AccessManager::
IsIdle
()
in IsIdle()
function in OHOS::UpdateEngine::AccessManager
43
if (access != nullptr && !access->
IsIdle
()) {
in IsIdle()
/base/update/updateservice/services/startup/access/include/
H
A
D
access_manager.h
34
virtual bool
IsIdle
() = 0;
46
bool
IsIdle
() final;
H
A
D
i_access.h
29
virtual bool
IsIdle
() = 0;
H
A
D
firmware_access.h
30
bool
IsIdle
() final;
H
A
D
default_access.h
30
bool
IsIdle
() final;
/base/update/updateservice/services/startup/manage/src/
H
A
D
schedule_manager.cpp
38
if (accessManager_ != nullptr && !accessManager_->
IsIdle
()) {
in IdleCheck()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H
A
D
firmware_manager.h
40
bool
IsIdle
();
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H
A
D
mock_event_handler.cpp
99
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H
A
D
mock_event_handler.cpp
99
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
/base/notification/eventhandler/test/fuzztest/eventqueueannex_fuzzer/
H
A
D
eventqueueannex_fuzzer.cpp
72
eventQueue.
IsIdle
();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H
A
D
mock_event_handler.cpp
99
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H
A
D
mock_event_handler.cpp
99
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
/base/notification/eventhandler/test/systemtest/ems_event_queue_system_test/
H
A
D
ems_event_queue_system_test.cpp
116
bool ret = queue->
IsIdle
();
in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/include/
H
A
D
event_queue_ffrt.h
112
LOCAL_API bool
IsIdle
() override;
H
A
D
event_queue_base.h
154
bool
IsIdle
() override;
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
event_queue.h
267
virtual bool
IsIdle
() = 0;
H
A
D
event_handler.h
1041
bool
IsIdle
();
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
event_handler.cpp
561
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
563
return eventRunner_->GetEventQueue()->
IsIdle
();
in IsIdle()
H
A
D
event_queue_ffrt.cpp
349
bool EventQueueFFRT::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventQueueFFRT
359
HILOGW("
IsIdle
is unavailable.");
in IsIdle()
375
HILOGW("
IsIdle
is unavailable.");
in IsQueueEmpty()
/base/notification/eventhandler/test/systemtest/ems_event_handler_system_test/
H
A
D
ems_event_handler_test.cpp
2239
* @tc.name:
IsIdle
2240
* @tc.desc: check when idle
IsIdle
return true
2247
bool ret = handler->
IsIdle
();
in HWTEST_F()
2252
* @tc.name:
IsIdle
2253
* @tc.desc: check when idle
IsIdle
return false
2263
bool ret = handler->
IsIdle
();
in HWTEST_F()
2268
* @tc.name:
IsIdle
2269
* @tc.desc: check when idle
IsIdle
return false
2279
bool ret = handler->
IsIdle
();
in HWTEST_F()
2284
* @tc.name:
IsIdle
[all...]
/base/update/updateservice/services/firmware/upgrade/flow/src/
H
A
D
firmware_manager.cpp
128
bool FirmwareManager::
IsIdle
()
in IsIdle()
function in OHOS::UpdateEngine::FirmwareManager
131
FIRMWARE_LOGI("FirmwareManager
IsIdle
checking");
in IsIdle()
138
FIRMWARE_LOGI("FirmwareManager
IsIdle
:%{public}s", StringUtils::GetBoolStr(isIdle).c_str());
in IsIdle()
/base/notification/eventhandler/test/systemtest/ems_event_runner_system_test/
H
A
D
ems_event_runner_system_test.cpp
1299
bool ret = EventRunner::GetCurrentEventQueue()->
IsIdle
();
in HWTEST_F()
1369
* @tc.desc: GetEventQueue success and then process
IsIdle
success
1376
bool ret = runner->GetEventQueue()->
IsIdle
();
in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_event_queue_test.cpp
1713
* @tc.name:
IsIdle
1714
* @tc.desc: check when idle
IsIdle
return true
1723
* @tc.steps: step1.
IsIdle
in HWTEST_F()
1724
* @tc.expected: step1. when idle
IsIdle
return true
in HWTEST_F()
1726
bool ret = handler->
IsIdle
();
in HWTEST_F()
1982
bool re3 = queue.
IsIdle
();
in HWTEST_F()
Completed in 19 milliseconds
1
2