/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappinstallcontrolrule_fuzzer/ |
H A D | getappinstallcontrolrule_fuzzer.cpp | 33 … appControl.GetAppInstallControlRule(controlRuleType, reinterpret_cast<uintptr_t>(data), appIds); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | bundle_install_plugin_test.cpp | 209 …res = appControlProxy->GetAppInstallControlRule(static_cast<AppExecFwk::AppInstallControlRuleType>… 221 …res = appControlProxy->GetAppInstallControlRule(static_cast<AppExecFwk::AppInstallControlRuleType>…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_host_impl.cpp | 126 ErrCode AppControlManagerHostImpl::GetAppInstallControlRule( in GetAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerHostImpl 141 return appControlManager_->GetAppInstallControlRule(callingName, ruleType, userId, appIds); in GetAppInstallControlRule() 364 ErrCode ret = appControlManager_->GetAppInstallControlRule(AppControlConstants::EDM_CALLING, in UpdateAppControlledInfo()
|
H A D | app_control_manager.cpp | 93 ErrCode AppControlManager::GetAppInstallControlRule(const std::string &callingName, in GetAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManager 97 …return appControlManagerDb_->GetAppInstallControlRule(callingName, controlRuleType, userId, appIds… in GetAppInstallControlRule() 335 ErrCode ret = appControlManagerDb_->GetAppInstallControlRule(AppControlConstants::EDM_CALLING, in SetAppInstallControlStatus()
|
H A D | app_control_manager_rdb.cpp | 144 ErrCode AppControlManagerRdb::GetAppInstallControlRule(const std::string &callingName, in GetAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerRdb
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 264 … GetAppInstallControlRule(AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID, resultAppIds); 345 GetAppInstallControlRule(AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID, appIds); 353 GetAppInstallControlRule(AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID, appIds); 371 auto InstallRes1 = appControlManagerDb_->GetAppInstallControlRule( 874 ErrCode res = impl->GetAppInstallControlRule( 890 ErrCode res = impl->GetAppInstallControlRule( 907 ErrCode res = impl->GetAppInstallControlRule(
|
H A D | bms_bundle_mock_app_control.cpp | 169 auto res = rdb.GetAppInstallControlRule("", "", USERID, appIds);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/ |
H A D | app_control_manager_db_interface.h | 40 virtual ErrCode GetAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager_rdb.h | 36 virtual ErrCode GetAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager.h | 46 ErrCode GetAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager_host_impl.h | 39 …virtual ErrCode GetAppInstallControlRule(const AppInstallControlRuleType controlRuleType, int32_t …
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/ |
H A D | mock_app_control_manager.h | 43 virtual ErrCode GetAppInstallControlRule(
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
H A D | mock_app_control_manager.cpp | 46 ErrCode AppControlProxy::GetAppInstallControlRule( in GetAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/ |
H A D | app_control_interface.h | 64 virtual ErrCode GetAppInstallControlRule( in GetAppInstallControlRule() function
|
H A D | app_control_proxy.h | 36 virtual ErrCode GetAppInstallControlRule(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/ |
H A D | bms_app_control_proxy_test.cpp | 146 auto res = appControlProxy.GetAppInstallControlRule(controlRuleType, userId, appIds);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_host.cpp | 162 int32_t ret = GetAppInstallControlRule(controlRuleType, userId, appIds); in HandleGetAppInstallControlRule()
|
H A D | app_control_proxy.cpp | 119 ErrCode AppControlProxy::GetAppInstallControlRule( in GetAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 575 ErrCode ret = DelayedSingleton<AppControlManager>::GetInstance()->GetAppInstallControlRule( in UninstallAppControl() 604 ErrCode ret = DelayedSingleton<AppControlManager>::GetInstance()->GetAppInstallControlRule( in InstallNormalAppControl() 612 ret = DelayedSingleton<AppControlManager>::GetInstance()->GetAppInstallControlRule( in InstallNormalAppControl() 5547 ErrCode ret = DelayedSingleton<AppControlManager>::GetInstance()->GetAppInstallControlRule( in UpdateAppInstallControlled()
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2316 int32_t res = appControlProxy->GetAppInstallControlRule(rule, userId, appIds); in RunAsGetInstallRuleCommand()
|