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
37
) sorted by relevance
1
2
/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/
H
A
D
app_domain_verify_task_mgr_test.cpp
71
ASSERT_TRUE(appDomainVerifyTaskMgr->
IsIdle
());
in HWTEST_F()
89
while (!appDomainVerifyTaskMgr->
IsIdle
()) {
in HWTEST_F()
92
ASSERT_TRUE(appDomainVerifyTaskMgr->
IsIdle
());
in HWTEST_F()
116
while (!appDomainVerifyTaskMgr->
IsIdle
()) {
in HWTEST_F()
119
ASSERT_TRUE(appDomainVerifyTaskMgr->
IsIdle
());
in HWTEST_F()
143
while (!appDomainVerifyTaskMgr->
IsIdle
()) {
in HWTEST_F()
146
ASSERT_TRUE(appDomainVerifyTaskMgr->
IsIdle
());
in HWTEST_F()
171
while (!appDomainVerifyTaskMgr->
IsIdle
()) {
in HWTEST_F()
174
ASSERT_TRUE(appDomainVerifyTaskMgr->
IsIdle
());
in HWTEST_F()
197
while (!appDomainVerifyTaskMgr->
IsIdle
()) {
in HWTEST_F()
[all...]
/foundation/bundlemanager/app_domain_verify/services/src/agent/core/
H
A
D
app_domain_verify_agent_service.cpp
184
bool AppDomainVerifyAgentService::
IsIdle
()
in IsIdle()
function in OHOS::AppDomainVerify::AppDomainVerifyAgentService
189
return appDomainVerifyTaskMgr_->
IsIdle
();
in IsIdle()
221
"can unload? isDoSyncDone:%{public}d, retryCnt:%{public}d,
IsIdle
:%{public}d, reachedMaxCnt:%{public}d, "
in CanUnloadSa()
223
isDoSyncDone.load(), retryCnt.load(),
IsIdle
(), reachedMaxCnt, MAX_DELAY_RETRY_CNT);
in CanUnloadSa()
224
return (isDoSyncDone || reachedMaxCnt) &&
IsIdle
();
in CanUnloadSa()
277
IsIdle
() ? dumpString.append("idle.") : dumpString.append("running.");
in Dump()
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H
A
D
app_domain_verify_task_mgr.h
40
bool
IsIdle
();
/foundation/bundlemanager/app_domain_verify/services/include/agent/core/
H
A
D
app_domain_verify_agent_service.h
62
bool
IsIdle
();
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H
A
D
rs_recording_thread.cpp
123
bool RSRecordingThread::
IsIdle
()
in IsIdle()
function in OHOS::Rosen::RSRecordingThread
125
return handler_ && handler_->
IsIdle
();
in IsIdle()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/benchmarks/
H
A
D
rs_recording_thread.h
52
bool
IsIdle
();
/foundation/resourceschedule/ffrt/src/queue/
H
A
D
queue_handler.h
75
bool
IsIdle
();
H
A
D
eventhandler_adapter_queue.h
76
bool
IsIdle
();
H
A
D
queue_handler.cpp
356
bool QueueHandler::
IsIdle
()
in IsIdle()
function in ffrt::QueueHandler
362
return reinterpret_cast<EventHandlerAdapterQueue*>(queue_.get())->
IsIdle
();
in IsIdle()
H
A
D
eventhandler_adapter_queue.cpp
168
bool EventHandlerAdapterQueue::
IsIdle
()
in IsIdle()
function in ffrt::EventHandlerAdapterQueue
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H
A
D
mock_event_handler.cpp
88
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H
A
D
event_queue.h
183
bool
IsIdle
();
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H
A
D
frame_record.h
63
inline bool
IsIdle
()
in IsIdle()
function in OHOS::CameraStandard::FrameRecord
H
A
D
audio_record.h
65
bool
IsIdle
()
in IsIdle()
function in OHOS::CameraStandard::AudioRecord
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H
A
D
event_handler.cpp
379
bool EventHandler::
IsIdle
()
in IsIdle()
function in OHOS::AppExecFwk::EventHandler
381
return eventRunner_->GetEventQueue()->
IsIdle
();
in IsIdle()
/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H
A
D
app_domain_verify_task_mgr.cpp
178
bool AppDomainVerifyTaskMgr::
IsIdle
()
in IsIdle()
function in OHOS::AppDomainVerifyTaskMgr
180
APP_DOMAIN_VERIFY_HILOGI(APP_DOMAIN_VERIFY_MODULE_COMMON, "
IsIdle
.");
in IsIdle()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H
A
D
hgm_one_shot_timer.cpp
73
if (handler_ != nullptr && handler_->
IsIdle
()) {
in Start()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_thread.h
62
bool
IsIdle
() const;
H
A
D
rs_uni_render_thread.cpp
302
bool RSUniRenderThread::
IsIdle
() const
in IsIdle()
function in OHOS::Rosen::RSUniRenderThread
304
return handler_ ? handler_->
IsIdle
() : false;
in IsIdle()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessible_ability_channel_test/
H
A
D
aams_accessible_ability_channel_test.cpp
89
if (aams.GetMainRunner()->GetEventQueue()->
IsIdle
()) {
in TearDown()
160
if (aams.GetMainRunner()->GetEventQueue()->
IsIdle
()) {
in AddAccessibilityWindowConnection()
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_aams_accessible_ability_channel.cpp
89
if (aams.GetMainRunner()->GetEventQueue()->
IsIdle
()) {
in TearDown()
160
if (aams.GetMainRunner()->GetEventQueue()->
IsIdle
()) {
in AddAccessibilityWindowConnection()
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_agent_service_test/
H
A
D
app_domain_verify_agent_service_test.cpp
53
while (!AppDomainVerifyTaskMgr::GetInstance()->
IsIdle
()) {
in TearDownTestCase()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_keyevent_filter_test.cpp
432
if (aams.GetMainRunner()->GetEventQueue()->
IsIdle
()) {
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_thread_test.cpp
244
* @tc.desc: Test
IsIdle
And Sync
251
bool res = instance.
IsIdle
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_uni_render_thread_ext_test.cpp
376
* @tc.desc: Test
IsIdle
And Sync
383
bool res = instance.
IsIdle
();
in HWTEST_F()
Completed in 14 milliseconds
1
2