Searched refs:LAUNCHREASON_AUTO_STARTUP (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | launch_param.h | 38 LAUNCHREASON_AUTO_STARTUP, enumerator
|
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/ |
H A D | ability_constant_module.cpp | 58 NAPI_CALL(env, SetEnumItem(env, object, "AUTO_STARTUP", LAUNCHREASON_AUTO_STARTUP)); in InitLaunchReasonObject()
|
/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/ |
H A D | ability_constant_module.cpp | 60 NAPI_CALL(env, SetEnumItem(env, object, "AUTO_STARTUP", LAUNCHREASON_AUTO_STARTUP)); in InitLaunchReasonObject()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 2890 lifeCycleStateInfo_.launchParam.launchReason = LaunchReason::LAUNCHREASON_AUTO_STARTUP; in SetLaunchReason()
|
/foundation/ability/ability_runtime/test/unittest/ability_record_test/ |
H A D | ability_record_test.cpp | 2570 EXPECT_EQ(abilityRecord->lifeCycleStateInfo_.launchParam.launchReason, LaunchReason::LAUNCHREASON_AUTO_STARTUP); in HWTEST_F()
|
Completed in 12 milliseconds