Home
last modified time | relevance | path

Searched refs:RemoveDisallowedListForAccount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/restrictions/include/
H A Drestrictions_addon.h51 static napi_value RemoveDisallowedListForAccount(napi_env env, napi_callback_info info);
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/restrictions/src/
H A Drestrictions_addon.cpp68 DECLARE_NAPI_FUNCTION("removeDisallowedListForAccount", RemoveDisallowedListForAccount), in Init()
458 napi_value RestrictionsAddon::RemoveDisallowedListForAccount(napi_env env, napi_callback_info info) in RemoveDisallowedListForAccount() function in RestrictionsAddon