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:CheckCondition
(Results
1 - 15
of
15
) sorted by relevance
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H
A
D
device_status_collect_manager_test.h
43
bool
CheckCondition
(const OnDemandCondition& condition) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H
A
D
device_networking_collect_test.cpp
329
* @tc.desc: test
CheckCondition
, with condition is on and is online.
342
bool result = networkingCollect->
CheckCondition
(condition);
in HWTEST_F()
350
* @tc.desc: test
CheckCondition
, with condition is on and is offline.
361
bool result = networkingCollect->
CheckCondition
(condition);
in HWTEST_F()
369
* @tc.desc: test
CheckCondition
, with condition is off and is online.
382
bool result = networkingCollect->
CheckCondition
(condition);
in HWTEST_F()
390
* @tc.desc: test
CheckCondition
, with condition is off and is offline.
401
bool result = networkingCollect->
CheckCondition
(condition);
in HWTEST_F()
409
* @tc.desc: test
CheckCondition
, with condition is invalid and is online.
422
bool result = networkingCollect->
CheckCondition
(conditio
in HWTEST_F()
[all...]
H
A
D
common_event_collect_test.cpp
597
* @tc.desc: test
CheckCondition
while check ConditionExtraData_ failed
611
bool ret = commonEventCollect->
CheckCondition
(condition);
in HWTEST_F()
618
* @tc.desc: test
CheckCondition
while check commonEventConditionValue_ failed
633
bool ret = commonEventCollect->
CheckCondition
(condition);
in HWTEST_F()
640
* @tc.desc: test
CheckCondition
while check commonEventWhitelist failed
655
bool ret = commonEventCollect->
CheckCondition
(condition);
in HWTEST_F()
662
* @tc.desc: test
CheckCondition
passed
676
bool ret = commonEventCollect->
CheckCondition
(condition);
in HWTEST_F()
H
A
D
device_param_collect_test.cpp
242
* @tc.desc: test
CheckCondition
, with condition
261
bool ret = deviceParamCollect->
CheckCondition
(condition);
in HWTEST_F()
H
A
D
device_status_collect_manager_test.cpp
93
bool MockCollectPlugin::
CheckCondition
(const OnDemandCondition& condition)
in CheckCondition()
function in OHOS::MockCollectPlugin
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H
A
D
icollect_plugin.h
45
virtual bool
CheckCondition
(const OnDemandCondition& condition)
in CheckCondition()
function in OHOS::ICollectPlugin
H
A
D
device_param_collect.h
31
bool
CheckCondition
(const OnDemandCondition& condition) override;
H
A
D
device_networking_collect.h
63
bool
CheckCondition
(const OnDemandCondition& condition) override;
H
A
D
common_event_collect.h
39
bool
CheckCondition
(const OnDemandCondition& condition) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H
A
D
device_param_collect.cpp
46
bool DeviceParamCollect::
CheckCondition
(const OnDemandCondition& condition)
in CheckCondition()
function in OHOS::DeviceParamCollect
H
A
D
device_networking_collect.cpp
165
bool DeviceNetworkingCollect::
CheckCondition
(const OnDemandCondition& condition)
in CheckCondition()
function in OHOS::DeviceNetworkingCollect
H
A
D
common_event_collect.cpp
254
bool CommonEventCollect::
CheckCondition
(const OnDemandCondition& condition)
in CheckCondition()
function in OHOS::CommonEventCollect
H
A
D
device_status_collect_manager.cpp
204
bool ret = collectPluginMap_[condition.eventId]->
CheckCondition
(condition);
in CheckConditions()
206
HILOGW("
CheckCondition
:%{public}s, value:%{public}s not pass",
in CheckConditions()
/foundation/resourceschedule/work_scheduler/services/native/include/
H
A
D
work_scheduler_service.h
296
bool
CheckCondition
(WorkInfo& workInfo);
/foundation/resourceschedule/work_scheduler/services/native/src/
H
A
D
work_scheduler_service.cpp
584
bool WorkSchedulerService::
CheckCondition
(WorkInfo& workInfo)
in CheckCondition()
function in OHOS::WorkScheduler::WorkSchedulerService
612
if (!
CheckCondition
(workInfo)) {
in StartWork()
Completed in 13 milliseconds