Home
last modified time | relevance | path

Searched refs:enableOnce (Results 1 - 9 of 9) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h82 bool enableOnce = false; member
100 bool enableOnce = false; member
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_on_demand_event.cpp48 if (!data.WriteBool(event.enableOnce)) { in WriteOnDemandEventsToParcel()
49 HILOGW("WriteOnDemandEvents write enableOnce failed!"); in WriteOnDemandEventsToParcel()
130 if (!reply.ReadBool(event.enableOnce)) { in ReadOnDemandEventsFromParcel()
131 HILOGW("ReadOnDemandEvents read enableOnce failed!"); in ReadOnDemandEventsFromParcel()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_util.cpp149 to.enableOnce = from.enableOnce; in ConvertToOnDemandEvent()
166 to.enableOnce = from.enableOnce; in ConvertToSystemAbilityOnDemandEvent()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_on_demand_event.h51 bool enableOnce = false; member
/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp518 bool enableOnce = false; in GetOnDemandArrayFromJson() local
519 GetBoolFromJson(item, "enable-once", enableOnce); in GetOnDemandArrayFromJson()
529 conditions, enableOnce, loadPriority, extraMessages}; in GetOnDemandArrayFromJson()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp140 SaControlInfo control = { START_ON_DEMAND, profile.saId, iterStart->enableOnce, in GetSaControlListByEvent()
152 SaControlInfo control = { STOP_ON_DEMAND, profile.saId, iterStop->enableOnce, in GetSaControlListByEvent()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_ondemand_test.cpp746 saControlInfo.enableOnce = true; in HWTEST_F()
772 saControlInfo.enableOnce = true; in HWTEST_F()
H A Dsystem_ability_state_scheduler_test.cpp1332 * @tc.desc: CheckStartEnableOnce004 saControl.enableOnce is true
1340 saControl.enableOnce = true; in HWTEST_F()
1367 saControlInfo.enableOnce = true; in HWTEST_F()
1388 saControlInfo.enableOnce = true; in HWTEST_F()
1413 saControlInfo.enableOnce = true; in HWTEST_F()
1422 * @tc.desc: test CheckStartEnableOnce with saControl's enableOnce is false
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp1296 if (saControl.enableOnce) { in CheckStartEnableOnce()
1311 if (saControl.enableOnce && result != ERR_OK) { in CheckStartEnableOnce()
1332 if (saControl.enableOnce) { in CheckStopEnableOnce()
1348 if (saControl.enableOnce && result != ERR_OK) { in CheckStopEnableOnce()

Completed in 12 milliseconds