Home
last modified time | relevance | path

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 Dapp_data_module_tdd_test.cpp82 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 Dconsole_module_test.cpp100 jerry_value_t evalResult = in EvalAndVerify() local
102 jerry_release_value(evalResult); in EvalAndVerify()
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dnap_state.cpp84 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 Dworking_state.cpp75 void WorkingState::EndEvalCurrentState(bool evalResult) in EndEvalCurrentState() argument
82 if (evalResult) { in EndEvalCurrentState()
H A Ddark_state.cpp67 void DarkState::EndEvalCurrentState(bool evalResult) in EndEvalCurrentState() argument
74 if (!evalResult) { in EndEvalCurrentState()
H A Dsleep_state.cpp153 void SleepState::EndEvalCurrentState(bool evalResult) in EndEvalCurrentState() argument
161 if (evalResult) { in EndEvalCurrentState()
167 if (!evalResult && isRepeatedDetection_) { in EndEvalCurrentState()
H A Dmaintenance_state.cpp60 void MaintenanceState::EndEvalCurrentState(bool evalResult) in EndEvalCurrentState() argument
H A Dstate_manager_adapter.cpp185 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 Dnap_state.h30 void EndEvalCurrentState(bool evalResult) override;
35 void SetPhaseTransitTask(bool evalResult);
36 void HandleEvalResToSleepState(bool evalResult);
H A Dmaintenance_state.h29 void EndEvalCurrentState(bool evalResult) override;
H A Ddark_state.h31 void EndEvalCurrentState(bool evalResult) override;
H A Dworking_state.h31 void EndEvalCurrentState(bool evalResult) override;
H A Dsleep_state.h32 void EndEvalCurrentState(bool evalResult) override;
H A Dstate_manager_adapter.h33 ErrCode EndEvalCurrentState(bool evalResult) override;
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Distate_manager_adapter.h42 virtual ErrCode EndEvalCurrentState(bool evalResult) = 0;
H A Dbase_state.h78 virtual void EndEvalCurrentState(bool evalResult) = 0;
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp305 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 Dstandby_plugin_unit_test.cpp674 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 Djsi_interface_tdd_test.cpp751 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 Djsi_declarative_engine.cpp681 bool evalResult = PreloadStateManagement(arkRuntime); in PreloadAceModule() local
701 isModulePreloaded_ = evalResult; in PreloadAceModule()

Completed in 14 milliseconds