Home
last modified time | relevance | path

Searched refs:AddOrRemoveDisallowedListForAccount (Results 1 - 5 of 5) sorted by relevance

/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/include/
H A Drestrictions_proxy.h38 int32_t AddOrRemoveDisallowedListForAccount(const AppExecFwk::ElementName &admin, std::string feature,
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Drestrictions_proxy_test.cpp305 int32_t ret = proxy_->AddOrRemoveDisallowedListForAccount(admin, FEATURE_SNAPSHOT_SKIP, bundles, 100, true); in HWTEST_F()
324 int32_t ret = proxy_->AddOrRemoveDisallowedListForAccount(admin, FEATURE_SNAPSHOT_SKIP, bundles, 100, false); in HWTEST_F()
341 int32_t ret = proxy_->AddOrRemoveDisallowedListForAccount(admin, FEATURE_SNAPSHOT_SKIP, bundles, 100, true); in HWTEST_F()
358 int32_t ret = proxy_->AddOrRemoveDisallowedListForAccount(admin, FEATURE_SNAPSHOT_SKIP, bundles, 100, false); in HWTEST_F()
/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 isAdd);
/base/customization/enterprise_device_management/interfaces/kits/restrictions/src/
H A Drestrictions_addon.cpp565 return AddOrRemoveDisallowedListForAccount(env, info, true); in AddDisallowedListForAccount()
570 return AddOrRemoveDisallowedListForAccount(env, info, false); in RemoveDisallowedListForAccount()
609 napi_value RestrictionsAddon::AddOrRemoveDisallowedListForAccount(napi_env env, napi_callback_info info, in AddOrRemoveDisallowedListForAccount() function in RestrictionsAddon
639 ErrCode ret = proxy->AddOrRemoveDisallowedListForAccount(elementName, feature, bundleNameArray, accountId, isAdd); in AddOrRemoveDisallowedListForAccount()
/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/src/
H A Drestrictions_proxy.cpp133 int32_t RestrictionsProxy::AddOrRemoveDisallowedListForAccount(const AppExecFwk::ElementName &admin, in AddOrRemoveDisallowedListForAccount() function in OHOS::EDM::RestrictionsProxy
136 EDMLOGD("RestrictionsProxy::AddOrRemoveDisallowedListForAccount called"); in AddOrRemoveDisallowedListForAccount()

Completed in 3 milliseconds