Home
last modified time | relevance | path

Searched refs:GetDisallowedRunningBundles (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/include/
H A Dapplication_manager_proxy.h29 int32_t GetDisallowedRunningBundles(AppExecFwk::ElementName &admin, int32_t userId,
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
H A Dapplication_manager_addon.cpp30 DECLARE_NAPI_FUNCTION("getDisallowedRunningBundles", GetDisallowedRunningBundles), in Init()
208 napi_value ApplicationManagerAddon::GetDisallowedRunningBundles(napi_env env, napi_callback_info in… in GetDisallowedRunningBundles() function in ApplicationManagerAddon
268 asyncCallbackInfo->ret = proxy_->GetDisallowedRunningBundles(asyncCallbackInfo->elementName, in NativeGetDisallowedRunningBundles()
499 …int32_t ret = applicationManagerProxy->GetDisallowedRunningBundles(elementName, accountId, appIds,… in GetDisallowedRunningBundlesSync()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dapplication_manager_proxy_test.cpp140 …ErrCode ret = applicationManagerProxy_->GetDisallowedRunningBundles(admin, DEFAULT_USER_ID, bundle…
156 …ErrCode ret = applicationManagerProxy_->GetDisallowedRunningBundles(admin, DEFAULT_USER_ID, bundle…
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/include/
H A Dapplication_manager_addon.h45 static napi_value GetDisallowedRunningBundles(napi_env env, napi_callback_info info);
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/
H A Dapplication_manager_proxy.cpp74 int32_t ApplicationManagerProxy::GetDisallowedRunningBundles(AppExecFwk::ElementName &admin, int32_… in GetDisallowedRunningBundles() function in OHOS::EDM::ApplicationManagerProxy