Home
last modified time | relevance | path

Searched refs:AsyncHandleBundleContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher.cpp46 struct AsyncHandleBundleContext { struct
509 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(); in JSLauncherServiceOn()
558AsyncHandleBundleContext *asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext *>(data); in JSLauncherServiceOn()
618 AsyncHandleBundleContext *asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in LauncherServiceOffComplete()
659 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(); in JSLauncherServiceOff()
826 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(); in JSGetLauncherAbilityInfos()
861AsyncHandleBundleContext* asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in JSGetLauncherAbilityInfos()
870AsyncHandleBundleContext* asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in JSGetLauncherAbilityInfos()
934 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(); in JSGetShortcutInfos()
966AsyncHandleBundleContext *asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in JSGetShortcutInfos()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h250 struct AsyncHandleBundleContext : public AsyncWorkData { struct
251 explicit AsyncHandleBundleContext(napi_env env) : AsyncWorkData(env) {} in AsyncHandleBundleContext() argument
H A Dbundle_mgr.cpp2754 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(env); in ClearBundleCache()
2758 std::unique_ptr<AsyncHandleBundleContext> callbackPtr {asyncCallbackInfo}; in ClearBundleCache()
2783 AsyncHandleBundleContext* asyncCallbackInfo = in ClearBundleCache()
2784 reinterpret_cast<AsyncHandleBundleContext*>(data); in ClearBundleCache()
2794 AsyncHandleBundleContext* asyncCallbackInfo = in ClearBundleCache()
2795 reinterpret_cast<AsyncHandleBundleContext*>(data); in ClearBundleCache()
2796 std::unique_ptr<AsyncHandleBundleContext> callbackPtr {asyncCallbackInfo}; in ClearBundleCache()