/base/customization/enterprise_device_management/test/fuzztest/issuperadmin_fuzzer/ |
D | issuperadmin_fuzzer.cpp | 38 enterpriseDeviceManager->IsSuperAdmin(bundleName, retValue); in FuzzIsSuperAdmin()
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/ |
D | ienterprise_device_mgr.h | 48 virtual bool IsSuperAdmin(const std::string &bundleName) = 0;
|
D | enterprise_device_mgr_proxy.h | 50 ErrCode IsSuperAdmin(const std::string &bundleName, bool &result);
|
/base/customization/enterprise_device_management/test/unittest/src/ |
D | enterprise_device_mgr_proxy_test.cpp | 111 enterpriseDeviceMgrProxyTest->IsSuperAdmin("com.edm.test.demo", ret);
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/ |
D | admin_manager_addon.h | 90 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/ |
D | enterprise_device_mgr_ability_test.cpp | 290 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/ |
D | enterprise_device_mgr_stub_mock.h | 123 bool IsSuperAdmin(const std::string &bundleName) override { return false; } in IsSuperAdmin() function
|
D | enterprise_device_mgr_proxy_test.cpp | 535 enterpriseDeviceMgrProxyTest->IsSuperAdmin("com.edm.test.demo", ret);
|
/base/customization/enterprise_device_management/services/edm/include/ |
D | enterprise_device_mgr_ability.h | 59 bool IsSuperAdmin(const std::string &bundleName) override;
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/ |
D | admin_manager_addon.cpp | 399 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/ |
D | enterprise_device_mgr_stub.cpp | 214 bool ret = IsSuperAdmin(bundleName); in IsSuperAdminInner()
|
D | enterprise_device_mgr_ability.cpp | 721 bool EnterpriseDeviceMgrAbility::IsSuperAdmin(const std::string &bundleName) in IsSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrAbility
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
D | enterprise_device_mgr_proxy.cpp | 274 ErrCode EnterpriseDeviceMgrProxy::IsSuperAdmin(const std::string &bundleName, bool &result) in IsSuperAdmin() function in OHOS::EDM::EnterpriseDeviceMgrProxy
|