Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/restrictions/include/
H A Drestrictions_addon.h52 …static napi_value AddOrRemoveDisallowedListForAccount(napi_env env, napi_callback_info info, bool …
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/restrictions/src/
H A Drestrictions_addon.cpp455 return AddOrRemoveDisallowedListForAccount(env, info, true); in AddDisallowedListForAccount()
460 return AddOrRemoveDisallowedListForAccount(env, info, false); in RemoveDisallowedListForAccount()
487 napi_value RestrictionsAddon::AddOrRemoveDisallowedListForAccount(napi_env env, napi_callback_info … in AddOrRemoveDisallowedListForAccount() function in RestrictionsAddon