Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h210 struct AsyncFormInfosByModuleCallbackInfo : public AsyncWorkData { struct
211 explicit AsyncFormInfosByModuleCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosByModuleCallbackInfo() function
212 std::string bundleName;
213 std::string moduleName;
214 std::vector<OHOS::AppExecFwk::FormInfo> formInfos;
215 bool ret = false;