Home
last modified time | relevance | path

Searched refs:GetOnDemandSystemAbilityIds (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h57 MOCK_METHOD1(GetOnDemandSystemAbilityIds, int32_t(std::vector<int32_t> &));
/ohos5.0/base/notification/common_event_service/tools/test/mock/
H A Dmock_system_ability_manager.h57 MOCK_METHOD1(GetOnDemandSystemAbilityIds, int32_t(std::vector<int32_t> &));
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp195 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityI… in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dif_system_ability_manager_mock.h59 MOCK_METHOD1(GetOnDemandSystemAbilityIds, int32_t(std::vector<int32_t>& systemAbilityIds));
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dmock_system_ability_manager.h162 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp214 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityI… in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp206 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityI… in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/base/location/test/mock/src/
H A Dmock_service_registry.cpp179 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityI… in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp215 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityI… in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dif_system_ability_manager.h316 virtual int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) = 0;
H A Dsystem_ability_manager_proxy.h267 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override;
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp256 samgr->GetOnDemandSystemAbilityIds(onDemandSaIds); in IsHotSa()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h167 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override;
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp137 GetOnDemandSystemAbilityIds(onDemandSystemAbilityIds); in IsOnDemandSystemAbility()
1260 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityI… in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp1068 int32_t result = GetOnDemandSystemAbilityIds(systemAbilityIds); in GetOnDemandSystemAbilityIdsInner()
H A Dsystem_ability_manager.cpp2096 int32_t SystemAbilityManager::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManager