Searched refs:RemoveDisallowedRunningBundles (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/include/ |
H A D | application_manager_proxy.h | 27 …int32_t RemoveDisallowedRunningBundles(AppExecFwk::ElementName &admin, std::vector<std::string> &b…
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/ |
H A D | application_manager_addon.cpp | 29 DECLARE_NAPI_FUNCTION("removeDisallowedRunningBundles", RemoveDisallowedRunningBundles), in Init() 277 napi_value ApplicationManagerAddon::RemoveDisallowedRunningBundles(napi_env env, napi_callback_info… in RemoveDisallowedRunningBundles() function in ApplicationManagerAddon 399 …asyncCallbackInfo->ret = applicationManagerProxy_->RemoveDisallowedRunningBundles(asyncCallbackInf… in NativeRemoveDisallowedRunningBundles() 457 …ret = applicationManagerProxy->RemoveDisallowedRunningBundles(elementName, appIds, accountId, true… in AddOrRemoveDisallowedRunningBundlesSync()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | application_manager_proxy_test.cpp | 110 …ErrCode ret = applicationManagerProxy_->RemoveDisallowedRunningBundles(admin, bundles, DEFAULT_USE… 124 …ErrCode ret = applicationManagerProxy_->RemoveDisallowedRunningBundles(admin, bundles, DEFAULT_USE…
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/include/ |
H A D | application_manager_addon.h | 44 static napi_value RemoveDisallowedRunningBundles(napi_env env, napi_callback_info info);
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/ |
H A D | application_manager_proxy.cpp | 57 int32_t ApplicationManagerProxy::RemoveDisallowedRunningBundles(AppExecFwk::ElementName &admin, in RemoveDisallowedRunningBundles() function in OHOS::EDM::ApplicationManagerProxy
|