Home
last modified time | relevance | path

Searched defs:AsyncApplicationInfosCallbackInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h164 struct AsyncApplicationInfosCallbackInfo : public AsyncWorkData { struct
165 explicit AsyncApplicationInfosCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncApplicationInfosCallbackInfo() function
166 int32_t flags = 0;
167 int32_t userId = Constants::UNSPECIFIED_USERID;
168 std::vector<OHOS::AppExecFwk::ApplicationInfo> appInfos;
169 bool ret = false;
170 int32_t err = 0;
171 std::string message;