Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/include/
H A Dapplication_manager_addon.h57 static napi_value AddOrRemovellowedRunningBundles(napi_env env, napi_callback_info info,
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/application_manager/src/
H A Dapplication_manager_addon.cpp274 …return AddOrRemovellowedRunningBundles(env, info, "AddDisallowedRunningBundles", NativeAddDisallow… in AddDisallowedRunningBundles()
279 return AddOrRemovellowedRunningBundles(env, info, "RemoveDisallowedRunningBundles", in RemoveDisallowedRunningBundles()
337 napi_value ApplicationManagerAddon::AddOrRemovellowedRunningBundles(napi_env env, napi_callback_inf… in AddOrRemovellowedRunningBundles() function in ApplicationManagerAddon