/ohos5.0/base/update/updateservice/services/startup/manage/src/ |
H A D | system_ability_operator.cpp | 108 …int32_t ret = samgr->GetOnDemandPolicy(UPDATE_DISTRIBUTED_SERVICE_ID, OnDemandPolicyType::START_PO… in GetStartupOnDemandPolicy()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | ondemand_helper.cpp | 375 void OnDemandHelper::GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type) in GetOnDemandPolicy() function in OHOS::OnDemandHelper 384 int32_t ret = sm->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents); in GetOnDemandPolicy() 661 ondemandHelper.GetOnDemandPolicy(systemAbilityId, OnDemandPolicyType::START_POLICY); in TestOnDemandPolicy() 663 ondemandHelper.GetOnDemandPolicy(systemAbilityId, OnDemandPolicyType::STOP_POLICY); in TestOnDemandPolicy()
|
H A D | system_ability_mgr_new_test.cpp | 233 int32_t ret = saMgr->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents); 249 int32_t ret = saMgr->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents); 266 int32_t ret = saMgr->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents); 285 int32_t ret = saMgr->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents); 305 int32_t ret = saMgr->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents); 329 int32_t ret = saMgr->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents);
|
H A D | system_ability_mgr_proxy_test.cpp | 1123 int32_t result = samgrProxy->GetOnDemandPolicy(systemAbilityId, type, abilityOnDemandEvents);
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/ |
H A D | ondemand_helper.h | 49 void GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_system_ability_manager.h | 54 …MOCK_METHOD3(GetOnDemandPolicy, int32_t(int32_t, OnDemandPolicyType, std::vector<SystemAbilityOnDe…
|
/ohos5.0/base/notification/common_event_service/tools/test/mock/ |
H A D | mock_system_ability_manager.h | 54 …MOCK_METHOD3(GetOnDemandPolicy, int32_t(int32_t, OnDemandPolicyType, std::vector<SystemAbilityOnDe…
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | if_system_ability_manager_mock.h | 55 MOCK_METHOD3(GetOnDemandPolicy, int32_t(int32_t systemAbilityId, OnDemandPolicyType type,
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | mock_system_ability_manager.h | 145 int32_t GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type, in GetOnDemandPolicy() function
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_service_registry.cpp | 202 int32_t SystemAbilityManagerProxy::GetOnDemandPolicy( in GetOnDemandPolicy() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/ |
H A D | mock_service_registry.cpp | 188 int32_t SystemAbilityManagerProxy::GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType ty… in GetOnDemandPolicy() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_service_registry.cpp | 203 int32_t SystemAbilityManagerProxy::GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType ty… in GetOnDemandPolicy() function in OHOS::SystemAbilityManagerProxy
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | if_system_ability_manager.h | 312 virtual int32_t GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type,
|
H A D | system_ability_manager_proxy.h | 262 int32_t GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type,
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 163 int32_t GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type,
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_stub.cpp | 989 int32_t result = GetOnDemandPolicy(systemAbilityId, typeEnum, abilityOnDemandEvents); in GetOnDemandPolicyInner()
|
H A D | system_ability_manager.cpp | 432 int32_t SystemAbilityManager::GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType type, in GetOnDemandPolicy() function in OHOS::SystemAbilityManager
|
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_manager_proxy.cpp | 1211 int32_t SystemAbilityManagerProxy::GetOnDemandPolicy(int32_t systemAbilityId, OnDemandPolicyType ty… in GetOnDemandPolicy() function in OHOS::SystemAbilityManagerProxy
|