Home
last modified time | relevance | path

Searched refs:GetRestrictionsProxy (Results 1 - 4 of 4) sorted by relevance

/base/customization/enterprise_device_management/interfaces/kits/restrictions/src/
H A Drestrictions_addon.cpp144 asyncCallbackInfo->ret = RestrictionsProxy::GetRestrictionsProxy()->SetDisallowedPolicy( in NativeSetPolicyDisabled()
214 asyncCallbackInfo->ret = RestrictionsProxy::GetRestrictionsProxy()->GetDisallowedPolicy( in NativeIsPolicyDisabled()
218 asyncCallbackInfo->ret = RestrictionsProxy::GetRestrictionsProxy()->GetDisallowedPolicy( in NativeIsPolicyDisabled()
253 auto proxy = RestrictionsProxy::GetRestrictionsProxy(); in SetFingerprintAuthDisabled()
282 auto proxy = RestrictionsProxy::GetRestrictionsProxy(); in IsFingerprintAuthDisabled()
323 ErrCode ret = RestrictionsProxy::GetRestrictionsProxy()->SetDisallowedPolicy(elementName, isDisallow, policyCode, in SetPolicyDisabledSync()
349 ret = RestrictionsProxy::GetRestrictionsProxy()->GetDisallowedPolicy(&elementName, policyCode, boolRet, in IsPolicyDisabledSync()
352 ret = RestrictionsProxy::GetRestrictionsProxy()->GetDisallowedPolicy(nullptr, policyCode, boolRet, in IsPolicyDisabledSync()
388 auto proxy = RestrictionsProxy::GetRestrictionsProxy(); in SetDisallowedPolicy()
438 auto proxy = RestrictionsProxy::GetRestrictionsProxy(); in GetDisallowedPolicy()
[all...]
/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/include/
H A Drestrictions_proxy.h26 static std::shared_ptr<RestrictionsProxy> GetRestrictionsProxy();
/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/src/
H A Drestrictions_proxy.cpp27 std::shared_ptr<RestrictionsProxy> RestrictionsProxy::GetRestrictionsProxy() in GetRestrictionsProxy() function in OHOS::EDM::RestrictionsProxy
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Drestrictions_proxy_test.cpp47 proxy_ = RestrictionsProxy::GetRestrictionsProxy(); in SetUp()

Completed in 3 milliseconds