Searched refs:EDM_CALLING (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 370 AppControlConstants::EDM_CALLING, appIds, APPID, USERID); 372 AppControlConstants::EDM_CALLING, APPID, USERID, appIds); 374 AppControlConstants::EDM_CALLING, APPID, appIds, USERID); 376 AppControlConstants::EDM_CALLING, appIds, APPID, USERID); 378 AppControlConstants::EDM_CALLING, APPID, USERID); 549 AppControlConstants::EDM_CALLING, controlRules, 100); 553 AppControlConstants::EDM_CALLING, controlRules, 100); 730 impl->callingNameMap_.insert(pair<int32_t, std::string>(0, AppControlConstants::EDM_CALLING)); 763 impl->callingNameMap_.insert(pair<int32_t, std::string>(0, AppControlConstants::EDM_CALLING)); 780 impl->callingNameMap_.insert(pair<int32_t, std::string>(0, AppControlConstants::EDM_CALLING)); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/ |
H A D | app_control_constants.h | 28 constexpr const char* EDM_CALLING = "edm"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3737 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3745 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3764 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3791 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3796 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3830 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3835 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3869 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3874 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3907 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_host_impl.cpp | 38 {AppControlConstants::EDM_UID, AppControlConstants::EDM_CALLING} in AppControlManagerHostImpl() 364 ErrCode ret = appControlManager_->GetAppInstallControlRule(AppControlConstants::EDM_CALLING, in UpdateAppControlledInfo()
|
H A D | app_control_manager_rdb.cpp | 333 … if (controlRuleResult.controlMessage.empty() && callingName == AppControlConstants::EDM_CALLING) { in GetAppRunningControlRule() 344 if (callingName == AppControlConstants::EDM_CALLING) { in GetAppRunningControlRule()
|
H A D | app_control_manager.cpp | 335 ErrCode ret = appControlManagerDb_->GetAppInstallControlRule(AppControlConstants::EDM_CALLING, in SetAppInstallControlStatus()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 576 … AppControlConstants::EDM_CALLING, AppControlConstants::APP_DISALLOWED_UNINSTALL, userId, appIds); in UninstallAppControl() 605 …AppControlConstants::EDM_CALLING, AppControlConstants::APP_ALLOWED_INSTALL, userId, allowedAppIds); in InstallNormalAppControl() 613 …AppControlConstants::EDM_CALLING, AppControlConstants::APP_DISALLOWED_INSTALL, userId, disallowedA… in InstallNormalAppControl() 5548 … AppControlConstants::EDM_CALLING, AppControlConstants::APP_DISALLOWED_UNINSTALL, userId, appIds); in UpdateAppInstallControlled()
|