Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h204 struct AsyncFormInfosCallbackInfo : public AsyncWorkData { struct
205 explicit AsyncFormInfosCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosCallbackInfo() argument
206 std::vector<OHOS::AppExecFwk::FormInfo> formInfos;
207 bool ret = false;