Home
last modified time | relevance | path

Searched refs:ACTIVE_SA_FAIL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsamgr_err_code.h43 ACTIVE_SA_FAIL, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp479 EXPECT_EQ(ret, ACTIVE_SA_FAIL);
833 EXPECT_EQ(ret, ACTIVE_SA_FAIL);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp413 return ACTIVE_SA_FAIL; in ActiveSystemAbilityLocked()