Home
last modified time | relevance | path

Searched defs:IsSuperAdmin (Results 1 – 5 of 5) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_proxy/enterprise_device_mgr_proxy_test/
Denterprise_device_mgr_stub_mock.h142 bool IsSuperAdmin(const std::string &bundleName) override { return false; } in IsSuperAdmin() function
/base/customization/enterprise_device_management/services/edm/src/
Dadmin_manager.cpp261 bool AdminManager::IsSuperAdmin(const std::string &bundleName) in IsSuperAdmin() function in OHOS::EDM::AdminManager
Denterprise_device_mgr_ability.cpp796 bool EnterpriseDeviceMgrAbility::IsSuperAdmin(const std::string &bundleName) in IsSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrAbility
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
Denterprise_device_mgr_proxy.cpp272 ErrCode EnterpriseDeviceMgrProxy::IsSuperAdmin(const std::string &bundleName, bool &result) in IsSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrProxy
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp399 napi_value AdminManager::IsSuperAdmin(napi_env env, napi_callback_info info) in IsSuperAdmin() function in AdminManager