Home
last modified time | relevance | path

Searched defs:saControl (Results 1 – 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
Dsystem_ability_state_scheduler_test.cpp1976 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
1996 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2016 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2035 SaControlInfo saControl; variable
2146 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
2165 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2184 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
Dsystem_ability_state_scheduler.cpp1280 for (auto& saControl : saControlList) { in CheckEnableOnce() local
1297 const SaControlInfo& saControl, sptr<ISystemAbilityLoadCallback> callback) in CheckStartEnableOnce()
1333 const SaControlInfo& saControl) in CheckStopEnableOnce()