Searched refs:AsyncHandleBundleContext (Results 1 – 3 of 3) sorted by relevance
46 struct AsyncHandleBundleContext { struct509 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 *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(); in JSGetLauncherAbilityInfos()861 … AsyncHandleBundleContext* asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in JSGetLauncherAbilityInfos()870 … AsyncHandleBundleContext* asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in JSGetLauncherAbilityInfos()934 AsyncHandleBundleContext *asyncCallbackInfo = new (std::nothrow) AsyncHandleBundleContext(); in JSGetShortcutInfos()966 … AsyncHandleBundleContext *asyncCallbackInfo = reinterpret_cast<AsyncHandleBundleContext*>(data); in JSGetShortcutInfos()[all …]
250 struct AsyncHandleBundleContext : public AsyncWorkData { struct251 explicit AsyncHandleBundleContext(napi_env env) : AsyncWorkData(env) {} in AsyncHandleBundleContext() argument
2754 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()