/base/customization/enterprise_device_management/test/fuzztest/disablesuperadmin_fuzzer/ |
D | disablesuperadmin_fuzzer.cpp | 37 enterpriseDeviceManager->DisableSuperAdmin(bundleName); in fuzzDisableSuperAdmin()
|
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_ability/enterprise_device_mgr_ability_test/ |
D | enterprise_device_mgr_ability_test.cpp | 296 res = edmMgr_->DisableSuperAdmin(bundleName); 319 res = edmMgr_->DisableSuperAdmin(bundleName); 324 res = edmMgr_->DisableSuperAdmin(bundleName); 328 res = edmMgr_->DisableSuperAdmin(bundleName); 374 res = edmMgr_->DisableSuperAdmin(bundleName); 384 res = edmMgr_->DisableSuperAdmin(bundleName); 410 res = edmMgr_->DisableSuperAdmin(bundleName); 436 res = edmMgr_->DisableSuperAdmin(bundleName); 463 res = edmMgr_->DisableSuperAdmin(bundleName); 526 res = edmMgr_->DisableSuperAdmin(bundleName); [all …]
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/ |
D | ienterprise_device_mgr.h | 37 virtual ErrCode DisableSuperAdmin(const std::string &bundleName) = 0;
|
D | enterprise_device_mgr_proxy.h | 44 ErrCode DisableSuperAdmin(const std::string &bundleName);
|
/base/customization/enterprise_device_management/test/unittest/src/ |
D | enterprise_device_mgr_proxy_test.cpp | 121 errVal = enterpriseDeviceMgrProxyTest->DisableSuperAdmin("com.edm.test.demo");
|
D | enterprise_device_mgr_ability_test.cpp | 587 EXPECT_TRUE(SUCCEEDED(edmMgr_->DisableSuperAdmin(superAdmin.GetBundleName()))); 684 EXPECT_TRUE(SUCCEEDED(edmMgr_->DisableSuperAdmin(superAdmin.GetBundleName()))); 795 EXPECT_TRUE(SUCCEEDED(edmMgr_->DisableSuperAdmin(superAdmin.GetBundleName()))); 890 EXPECT_TRUE(SUCCEEDED(edmMgr_->DisableSuperAdmin(admin.GetBundleName()))); 916 EXPECT_TRUE(SUCCEEDED(edmMgr_->DisableSuperAdmin(admin.GetBundleName()))); 941 EXPECT_TRUE(SUCCEEDED(edmMgr_->DisableSuperAdmin(admin.GetBundleName())));
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/ |
D | admin_manager_addon.h | 87 static napi_value DisableSuperAdmin(napi_env env, napi_callback_info info);
|
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_proxy/enterprise_device_mgr_proxy_test/ |
D | enterprise_device_mgr_stub_mock.h | 94 ErrCode DisableSuperAdmin(const std::string &bundleName) override { return 0; } in DisableSuperAdmin() function
|
D | enterprise_device_mgr_proxy_test.cpp | 595 ErrCode errVal = enterpriseDeviceMgrProxyTest->DisableSuperAdmin("com.edm.test.demo"); 609 ErrCode errVal = enterpriseDeviceMgrProxyTest->DisableSuperAdmin("com.edm.test.demo");
|
/base/customization/enterprise_device_management/services/edm/include/ |
D | enterprise_device_mgr_ability.h | 49 ErrCode DisableSuperAdmin(const std::string &bundleName) override;
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/ |
D | admin_manager_addon.cpp | 204 napi_value AdminManager::DisableSuperAdmin(napi_env env, napi_callback_info info) in DisableSuperAdmin() function in AdminManager 248 asyncCallbackInfo->ret = proxy->DisableSuperAdmin(asyncCallbackInfo->bundleName); in NativeDisableSuperAdmin() 708 DECLARE_NAPI_FUNCTION("disableSuperAdmin", DisableSuperAdmin), in Init()
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | enterprise_device_mgr_stub.cpp | 149 ErrCode retCode = DisableSuperAdmin(bundleName); in DisableSuperAdminInner()
|
D | enterprise_device_mgr_ability.cpp | 680 ErrCode EnterpriseDeviceMgrAbility::DisableSuperAdmin(const std::string &bundleName) in DisableSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrAbility
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
D | enterprise_device_mgr_proxy.cpp | 123 ErrCode EnterpriseDeviceMgrProxy::DisableSuperAdmin(const std::string &bundleName) in DisableSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrProxy
|