Home
last modified time | relevance | path

Searched refs:GetOnDemandSystemAbilityIds (Results 1 - 13 of 13) sorted by relevance

/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_service_registry.cpp88 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function
220 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_system_ability_manager.h57 MOCK_METHOD1(GetOnDemandSystemAbilityIds, int32_t(std::vector<int32_t> &));
/foundation/barrierfree/accessibility/frameworks/acfwk/test/mock/src/
H A Dmock_service_registry.cpp196 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/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 in OHOS::MockSystemAbilityManager
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_service_registry.cpp214 int32_t SystemAbilityManagerProxy::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
/foundation/filemanagement/dfs_service/test/mock/
H A Dif_system_ability_manager_mock.h59 MOCK_METHOD1(GetOnDemandSystemAbilityIds, int32_t(std::vector<int32_t>& systemAbilityIds));
/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));
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_manager_proxy.h267 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override;
H A Dif_system_ability_manager.h316 virtual int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) = 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>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManagerProxy
1262 HILOGD("GetOnDemandSystemAbilityIds called"); in GetOnDemandSystemAbilityIds()
1265 HILOGI("GetOnDemandSystemAbilityIds remote is nullptr"); in GetOnDemandSystemAbilityIds()
1280 HILOGE("GetOnDemandSystemAbilityIds SendRequest error: %{public}d!", err); in GetOnDemandSystemAbilityIds()
1283 HILOGD("GetOnDemandSystemAbilityIds SendRequest succeed!"); in GetOnDemandSystemAbilityIds()
1286 HILOGE("GetOnDemandSystemAbilityIds Read result failed!"); in GetOnDemandSystemAbilityIds()
1290 HILOGE("GetOnDemandSystemAbilityIds failed: %{public}d!", result); in GetOnDemandSystemAbilityIds()
1294 HILOGW("GetOnDemandSystemAbilityIds SAIds read reply failed"); in GetOnDemandSystemAbilityIds()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h190 int32_t GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp1068 int32_t result = GetOnDemandSystemAbilityIds(systemAbilityIds); in GetOnDemandSystemAbilityIdsInner()
1070 HILOGW("GetOnDemandSystemAbilityIds failed, ret:%{public}d", result); in GetOnDemandSystemAbilityIdsInner()
H A Dsystem_ability_manager.cpp2045 int32_t SystemAbilityManager::GetOnDemandSystemAbilityIds(std::vector<int32_t>& systemAbilityIds) in GetOnDemandSystemAbilityIds() function in OHOS::SystemAbilityManager
2047 HILOGD("GetOnDemandSystemAbilityIds start!"); in GetOnDemandSystemAbilityIds()
2049 HILOGD("GetOnDemandSystemAbilityIds error!"); in GetOnDemandSystemAbilityIds()

Completed in 16 milliseconds