Searched defs:AsyncHandleBundleContext (Results 1 – 2 of 2) sorted by relevance
46 struct AsyncHandleBundleContext { struct47 napi_env env = nullptr;48 napi_async_work asyncWork = nullptr;49 napi_deferred deferred = nullptr;50 napi_ref callbackRef = 0;51 OHOS::sptr<BundleStatusCallback> bundleStatusCallback = nullptr;52 std::vector<OHOS::AppExecFwk::LauncherAbilityInfo> launcherAbilityInfos;53 std::vector<OHOS::AppExecFwk::ShortcutInfo> shortcutInfos;54 std::string bundleName;55 int32_t userId = 0;[all …]
250 struct AsyncHandleBundleContext : public AsyncWorkData { struct251 explicit AsyncHandleBundleContext(napi_env env) : AsyncWorkData(env) {} in AsyncHandleBundleContext() function252 OHOS::sptr<CleanCacheCallback> cleanCacheCallback;253 std::string bundleName;254 std::string className;255 uint32_t labelId = 0;256 uint32_t iconId = 0;257 bool ret = false;258 int32_t err = 0;