Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h218 struct AsyncFormInfosByAppCallbackInfo : public AsyncWorkData { struct
219 explicit AsyncFormInfosByAppCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosByAppCallbackInfo() argument
220 std::string bundleName;
221 std::vector<OHOS::AppExecFwk::FormInfo> formInfos;
222 bool ret = false;