Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.h172 struct AsyncFormInfosByAppCallbackInfo : public AsyncWorkData { struct
173 explicit AsyncFormInfosByAppCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosByAppCallbackInfo() argument
174 std::string bundleName;
175 std::vector<OHOS::AppExecFwk::FormInfo> formInfos;
176 bool ret = false;