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_mgr_test.cpp2217 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
2235 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2253 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2271 SaControlInfo saControl; variable
2381 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
2398 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2415 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
Dsystem_ability_manager.cpp445 for (auto& saControl : saControlList) { in ProcessOnDemandEvent() local
462 const SaControlInfo& saControl, sptr<ISystemAbilityLoadCallback> callback) in CheckStartEnableOnce()
494 const SaControlInfo& saControl) in CheckStopEnableOnce()