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:StopEvalution
(Results
1 - 10
of
10
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
constraint_manager_adapter_test.cpp
134
* @tc.name:
StopEvalution
135
* @tc.desc: test
StopEvalution
.
143
constraintManagerAdapter->
StopEvalution
();
in HWTEST_F()
147
* @tc.name:
StopEvalution
148
* @tc.desc: test
StopEvalution
.
157
constraintManagerAdapter->
StopEvalution
();
in HWTEST_F()
161
* @tc.name:
StopEvalution
162
* @tc.desc: test
StopEvalution
.
171
constraintManagerAdapter->
StopEvalution
();
in HWTEST_F()
H
A
D
standby_plugin_unit_test.cpp
232
constraintManager_->
StopEvalution
();
in HWTEST_F()
235
constraintManager_->
StopEvalution
();
in HWTEST_F()
253
constraintManager_->
StopEvalution
();
in HWTEST_F()
541
* @tc.desc: test ConstraintManagerAdapter of
StopEvalution
.
548
repeatedMotionConstraint->
StopEvalution
();
in HWTEST_F()
550
repeatedMotionConstraint->
StopEvalution
();
in HWTEST_F()
553
EXPECT_FALSE(repeatedMotionConstraint->
StopEvalution
() == ERR_OK);
in HWTEST_F()
683
* @tc.desc: test StateManagerAdapter of
StopEvalution
.
690
standbyStateManager_->
StopEvalution
();
in HWTEST_F()
692
standbyStateManager_->
StopEvalution
();
in HWTEST_F()
[all...]
/foundation/resourceschedule/device_standby/plugins/extend_constraints/include/
H
A
D
constraint_manager_adapter.h
34
ErrCode
StopEvalution
() override;
/foundation/resourceschedule/device_standby/plugins/ext/include/
H
A
D
iconstraint_manager_adapter.h
38
virtual ErrCode
StopEvalution
() = 0;
H
A
D
istate_manager_adapter.h
53
virtual void
StopEvalution
() = 0;
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H
A
D
state_manager_adapter.cpp
193
constraintManager_->
StopEvalution
();
in EndEvalCurrentState()
231
constraintManager_->
StopEvalution
();
in ExitStandby()
291
void StateManagerAdapter::
StopEvalution
()
in StopEvalution()
function in OHOS::DevStandbyMgr::StateManagerAdapter
294
constraintManager_->
StopEvalution
();
in StopEvalution()
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H
A
D
constraint_manager_adapter.cpp
100
ErrCode ConstraintManagerAdapter::
StopEvalution
()
in StopEvalution()
function in OHOS::DevStandbyMgr::ConstraintManagerAdapter
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H
A
D
state_manager_adapter.h
41
void
StopEvalution
() override;
/foundation/resourceschedule/device_standby/plugins/ext/src/
H
A
D
base_state.cpp
81
stateManagerPtr->
StopEvalution
();
in StartTransitNextState()
/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/
H
A
D
statemanageradapter_fuzzer.cpp
116
stateManager->
StopEvalution
();
in PreciseCoverage()
Completed in 5 milliseconds