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:evalResult
(Results
1 - 20
of
20
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H
A
D
app_data_module_tdd_test.cpp
82
jerry_value_t
evalResult
=
in HWTEST_F()
local
84
bool result = jerry_value_is_undefined(
evalResult
);
in HWTEST_F()
86
jerry_release_value(
evalResult
);
in HWTEST_F()
87
evalResult
=
in HWTEST_F()
89
result = jerry_value_is_error(
evalResult
);
in HWTEST_F()
91
jerry_release_value(
evalResult
);
in HWTEST_F()
H
A
D
console_module_test.cpp
100
jerry_value_t
evalResult
=
in EvalAndVerify()
local
102
jerry_release_value(
evalResult
);
in EvalAndVerify()
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H
A
D
nap_state.cpp
84
void NapState::EndEvalCurrentState(bool
evalResult
)
in EndEvalCurrentState()
argument
87
HandleEvalResToSleepState(
evalResult
);
in EndEvalCurrentState()
90
SetPhaseTransitTask(
evalResult
);
in EndEvalCurrentState()
93
void NapState::SetPhaseTransitTask(bool
evalResult
)
in SetPhaseTransitTask()
argument
95
if (
evalResult
) {
in SetPhaseTransitTask()
108
void NapState::HandleEvalResToSleepState(bool
evalResult
)
in HandleEvalResToSleepState()
argument
114
if (!
evalResult
) {
in HandleEvalResToSleepState()
H
A
D
working_state.cpp
75
void WorkingState::EndEvalCurrentState(bool
evalResult
)
in EndEvalCurrentState()
argument
82
if (
evalResult
) {
in EndEvalCurrentState()
H
A
D
dark_state.cpp
67
void DarkState::EndEvalCurrentState(bool
evalResult
)
in EndEvalCurrentState()
argument
74
if (!
evalResult
) {
in EndEvalCurrentState()
H
A
D
sleep_state.cpp
153
void SleepState::EndEvalCurrentState(bool
evalResult
)
in EndEvalCurrentState()
argument
161
if (
evalResult
) {
in EndEvalCurrentState()
167
if (!
evalResult
&& isRepeatedDetection_) {
in EndEvalCurrentState()
H
A
D
maintenance_state.cpp
60
void MaintenanceState::EndEvalCurrentState(bool
evalResult
)
in EndEvalCurrentState()
argument
H
A
D
state_manager_adapter.cpp
185
ErrCode StateManagerAdapter::EndEvalCurrentState(bool
evalResult
)
in EndEvalCurrentState()
argument
191
STANDBYSERVICE_LOGD("end evalution current state, result is %{public}d",
evalResult
);
in EndEvalCurrentState()
194
curStatePtr_->EndEvalCurrentState(
evalResult
);
in EndEvalCurrentState()
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H
A
D
nap_state.h
30
void EndEvalCurrentState(bool
evalResult
) override;
35
void SetPhaseTransitTask(bool
evalResult
);
36
void HandleEvalResToSleepState(bool
evalResult
);
H
A
D
maintenance_state.h
29
void EndEvalCurrentState(bool
evalResult
) override;
H
A
D
dark_state.h
31
void EndEvalCurrentState(bool
evalResult
) override;
H
A
D
working_state.h
31
void EndEvalCurrentState(bool
evalResult
) override;
H
A
D
sleep_state.h
32
void EndEvalCurrentState(bool
evalResult
) override;
H
A
D
state_manager_adapter.h
33
ErrCode EndEvalCurrentState(bool
evalResult
) override;
/foundation/resourceschedule/device_standby/plugins/ext/include/
H
A
D
istate_manager_adapter.h
42
virtual ErrCode EndEvalCurrentState(bool
evalResult
) = 0;
H
A
D
base_state.h
78
virtual void EndEvalCurrentState(bool
evalResult
) = 0;
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H
A
D
js_page_state_machine.cpp
305
jerry_value_t
evalResult
= appContext_->Eval(pageFilePath, strlen(pageFilePath), false);
in EvalPage()
local
306
if (IS_UNDEFINED(
evalResult
)) {
in EvalPage()
312
viewModel_ =
evalResult
;
in EvalPage()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
674
auto
evalResult
= true;
in HWTEST_F()
local
676
EXPECT_TRUE(standbyStateManager_->EndEvalCurrentState(
evalResult
) == ERR_STANDBY_STATE_TIMING_SEQ_ERROR);
in HWTEST_F()
678
standbyStateManager_->EndEvalCurrentState(
evalResult
);
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H
A
D
jsi_interface_tdd_test.cpp
751
jerry_value_t
evalResult
=
in JSIInterfaceTest020()
local
753
int8_t num = jerry_get_number_value(
evalResult
);
in JSIInterfaceTest020()
764
jerry_release_value(
evalResult
);
in JSIInterfaceTest020()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
681
bool
evalResult
= PreloadStateManagement(arkRuntime);
in PreloadAceModule()
local
701
isModulePreloaded_ =
evalResult
;
in PreloadAceModule()
Completed in 13 milliseconds