Home
last modified time | relevance | path

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

/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()
558 AsyncHandleBundleContext *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 *asyncCallbackInf in JSGetLauncherAbilityInfos()
[all...]
/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() function
H A Dbundle_mgr.cpp2753 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(env); in ClearBundleCache()
2757 std::unique_ptr<AsyncHandleBundleContext> callbackPtr {asyncCallbackInfo}; in ClearBundleCache()
2782 AsyncHandleBundleContext* asyncCallbackInfo = in ClearBundleCache()
2783 reinterpret_cast<AsyncHandleBundleContext*>(data); in ClearBundleCache()
2793 AsyncHandleBundleContext* asyncCallbackInfo = in ClearBundleCache()
2794 reinterpret_cast<AsyncHandleBundleContext*>(data); in ClearBundleCache()
2795 std::unique_ptr<AsyncHandleBundleContext> callbackPtr {asyncCallbackInfo}; in ClearBundleCache()

Completed in 13 milliseconds