Searched refs:enableOnce (Results 1 - 9 of 9) sorted by relevance
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | sa_profiles.h | 82 bool enableOnce = false; member 100 bool enableOnce = false; member
|
/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_on_demand_event.cpp | 48 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 D | system_ability_manager_util.cpp | 149 to.enableOnce = from.enableOnce;
in ConvertToOnDemandEvent() 166 to.enableOnce = from.enableOnce;
in ConvertToSystemAbilityOnDemandEvent()
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_on_demand_event.h | 51 bool enableOnce = false; member
|
/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 518 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 D | device_status_collect_manager.cpp | 140 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 D | system_ability_mgr_ondemand_test.cpp | 746 saControlInfo.enableOnce = true; in HWTEST_F() 772 saControlInfo.enableOnce = true; in HWTEST_F()
|
H A D | system_ability_state_scheduler_test.cpp | 1332 * @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 D | system_ability_state_scheduler.cpp | 1296 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