Home
last modified time | relevance | path

Searched refs:DisableSuperAdmin (Results 1 – 14 of 14) sorted by relevance

/base/customization/enterprise_device_management/test/fuzztest/disablesuperadmin_fuzzer/
Ddisablesuperadmin_fuzzer.cpp37 enterpriseDeviceManager->DisableSuperAdmin(bundleName); in fuzzDisableSuperAdmin()
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_ability/enterprise_device_mgr_ability_test/
Denterprise_device_mgr_ability_test.cpp296 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/
Dienterprise_device_mgr.h37 virtual ErrCode DisableSuperAdmin(const std::string &bundleName) = 0;
Denterprise_device_mgr_proxy.h44 ErrCode DisableSuperAdmin(const std::string &bundleName);
/base/customization/enterprise_device_management/test/unittest/src/
Denterprise_device_mgr_proxy_test.cpp121 errVal = enterpriseDeviceMgrProxyTest->DisableSuperAdmin("com.edm.test.demo");
Denterprise_device_mgr_ability_test.cpp587 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/
Dadmin_manager_addon.h87 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/
Denterprise_device_mgr_stub_mock.h94 ErrCode DisableSuperAdmin(const std::string &bundleName) override { return 0; } in DisableSuperAdmin() function
Denterprise_device_mgr_proxy_test.cpp595 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/
Denterprise_device_mgr_ability.h49 ErrCode DisableSuperAdmin(const std::string &bundleName) override;
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp204 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/
Denterprise_device_mgr_stub.cpp149 ErrCode retCode = DisableSuperAdmin(bundleName); in DisableSuperAdminInner()
Denterprise_device_mgr_ability.cpp680 ErrCode EnterpriseDeviceMgrAbility::DisableSuperAdmin(const std::string &bundleName) in DisableSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrAbility
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
Denterprise_device_mgr_proxy.cpp123 ErrCode EnterpriseDeviceMgrProxy::DisableSuperAdmin(const std::string &bundleName) in DisableSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrProxy