/ohos5.0/base/customization/enterprise_device_management/common/external/src/ |
H A D | edm_bundle_manager_impl.cpp | 31 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_I… in GetNameForUid() 45 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_I… in QueryExtensionAbilityInfos() 58 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_I… in GetBundleInfo() 71 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_I… in IsBundleInstalled() 86 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_I… in GetApplicationInfo()
|
H A D | edm_app_manager_impl.cpp | 28 auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::APP_MGR_SERVICE_ID); in RegisterApplicationStateObserver() 41 auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::APP_MGR_SERVICE_ID); in UnregisterApplicationStateObserver()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/mock/src/ |
H A D | mock_quick_fix_util.cpp | 28 sptr<IRemoteObject> QuickFixUtil::GetRemoteObjectOfSystemAbility(const int32_t systemAbilityId) in GetRemoteObjectOfSystemAbility() function in OHOS::AAFwk::QuickFixUtil 47 return iface_cast<AppExecFwk::IAppMgr>(GetRemoteObjectOfSystemAbility(APP_MGR_SERVICE_ID)); in GetAppManagerProxy() 52 …return iface_cast<AppExecFwk::IBundleMgr>(GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_AB… in GetBundleManagerProxy()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/src/ |
H A D | quick_fix_utils.cpp | 27 sptr<IRemoteObject> QuickFixUtil::GetRemoteObjectOfSystemAbility(const int32_t systemAbilityId) in GetRemoteObjectOfSystemAbility() function in OHOS::AAFwk::QuickFixUtil 46 return iface_cast<AppExecFwk::IAppMgr>(GetRemoteObjectOfSystemAbility(APP_MGR_SERVICE_ID)); in GetAppManagerProxy()
|
/ohos5.0/base/customization/enterprise_device_management/common/native/src/ |
H A D | edm_data_ability_utils.cpp | 37 …sptr<IRemoteObject> remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(ENTERPRISE_DEVICE… in GetStringFromSettingsDataShare() 83 …sptr<IRemoteObject> remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(ENTERPRISE_DEVICE… in UpdateSettingsData()
|
H A D | edm_sys_manager.cpp | 22 sptr<IRemoteObject> EdmSysManager::GetRemoteObjectOfSystemAbility(int32_t systemAbilityId) in GetRemoteObjectOfSystemAbility() function in OHOS::EDM::EdmSysManager
|
H A D | bundle_manager_utils.cpp | 33 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABI… in GetAppIdByCallingUid()
|
/ohos5.0/base/customization/enterprise_device_management/common/native/include/ |
H A D | edm_sys_manager.h | 27 static sptr<IRemoteObject> GetRemoteObjectOfSystemAbility(int32_t systemAbilityId);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/quick_fix/include/ |
H A D | quick_fix_utils.h | 26 static sptr<IRemoteObject> GetRemoteObjectOfSystemAbility(const int32_t systemAbilityId);
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/mock/include/ |
H A D | edm_sys_manager_mock.h | 27 static sptr<IRemoteObject> GetRemoteObjectOfSystemAbility(int32_t systemAbilityId);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/quick_fix/mock/include/ |
H A D | mock_quick_fix_util.h | 27 static sptr<IRemoteObject> GetRemoteObjectOfSystemAbility(const int32_t systemAbilityId);
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/ |
H A D | edm_sys_manager_test.cpp | 58 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(ENTERPRISE_DEVICE_MANAGER_SA_ID);
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/mock/src/ |
H A D | edm_sys_manager_mock.cpp | 25 sptr<IRemoteObject> EdmSysManager::GetRemoteObjectOfSystemAbility(int32_t systemAbilityId) in GetRemoteObjectOfSystemAbility() function in OHOS::EDM::EdmSysManager
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | uninstall_plugin.cpp | 46 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABI… in OnSetPolicy()
|
H A D | bundle_install_plugin.cpp | 121 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABI… in GetAppControlProxy()
|
H A D | disallowed_running_bundles_plugin.cpp | 138 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABI… in GetAppControlProxy()
|
H A D | install_plugin.cpp | 129 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABI… in OnSetPolicy()
|
H A D | manage_auto_start_apps_plugin.cpp | 225 …auto remoteObject = EdmSysManager::GetRemoteObjectOfSystemAbility(OHOS::BUNDLE_MGR_SERVICE_SYS_ABI… in CheckBundleAndAbilityExited()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
H A D | edm_load_manager.cpp | 40 return EdmSysManager::GetRemoteObjectOfSystemAbility(ENTERPRISE_DEVICE_MANAGER_SA_ID); in LoadAndGetEdmService()
|
H A D | enterprise_device_mgr_proxy.cpp | 639 return EdmSysManager::GetRemoteObjectOfSystemAbility(ENTERPRISE_DEVICE_MANAGER_SA_ID); in LoadAndGetEdmService()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/ |
H A D | libedmservice_kits.map | 17 "OHOS::EDM::EdmSysManager::GetRemoteObjectOfSystemAbility(int)";
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | disallowed_running_bundles_plugin_test.cpp | 142 EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID));
|
H A D | bundle_install_plugin_test.cpp | 193 EdmSysManager::GetRemoteObjectOfSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID));
|