Home
last modified time | relevance | path

Searched refs:IsSuperAdmin (Results 1 – 13 of 13) sorted by relevance

/base/customization/enterprise_device_management/test/fuzztest/issuperadmin_fuzzer/
Dissuperadmin_fuzzer.cpp38 enterpriseDeviceManager->IsSuperAdmin(bundleName, retValue); in FuzzIsSuperAdmin()
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
Dienterprise_device_mgr.h48 virtual bool IsSuperAdmin(const std::string &bundleName) = 0;
Denterprise_device_mgr_proxy.h50 ErrCode IsSuperAdmin(const std::string &bundleName, bool &result);
/base/customization/enterprise_device_management/test/unittest/src/
Denterprise_device_mgr_proxy_test.cpp111 enterpriseDeviceMgrProxyTest->IsSuperAdmin("com.edm.test.demo", ret);
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
Dadmin_manager_addon.h90 static napi_value IsSuperAdmin(napi_env env, napi_callback_info info);
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_ability/enterprise_device_mgr_ability_test/
Denterprise_device_mgr_ability_test.cpp290 isEnable = edmMgr_->IsSuperAdmin(bundleName);
316 bool isEnable = edmMgr_->IsSuperAdmin(bundleName); // admin is null
358 bool isEnable = edmMgr_->IsSuperAdmin(bundleName);
407 bool isEnable = edmMgr_->IsSuperAdmin(bundleName);
433 bool isEnable = edmMgr_->IsSuperAdmin(bundleName);
460 bool isEnable = edmMgr_->IsSuperAdmin(bundleName);
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_proxy/enterprise_device_mgr_proxy_test/
Denterprise_device_mgr_stub_mock.h123 bool IsSuperAdmin(const std::string &bundleName) override { return false; } in IsSuperAdmin() function
Denterprise_device_mgr_proxy_test.cpp535 enterpriseDeviceMgrProxyTest->IsSuperAdmin("com.edm.test.demo", ret);
/base/customization/enterprise_device_management/services/edm/include/
Denterprise_device_mgr_ability.h59 bool IsSuperAdmin(const std::string &bundleName) override;
/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
487 …asyncCallbackInfo->ret = proxy->IsSuperAdmin(asyncCallbackInfo->bundleName, asyncCallbackInfo->boo… in NativeIsSuperAdmin()
712 DECLARE_NAPI_FUNCTION("isSuperAdmin", IsSuperAdmin), in Init()
/base/customization/enterprise_device_management/services/edm/src/
Denterprise_device_mgr_stub.cpp214 bool ret = IsSuperAdmin(bundleName); in IsSuperAdminInner()
Denterprise_device_mgr_ability.cpp721 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.cpp274 ErrCode EnterpriseDeviceMgrProxy::IsSuperAdmin(const std::string &bundleName, bool &result) in IsSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrProxy