Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.h164 struct AsyncFormInfosByModuleCallbackInfo : public AsyncWorkData { struct
165 explicit AsyncFormInfosByModuleCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosByModuleCallbackInfo() argument
166 std::string bundleName;
167 std::string moduleName;
168 std::vector<OHOS::AppExecFwk::FormInfo> formInfos;
169 bool ret = false;