Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
Dbundle_mgr.h158 struct AsyncFormInfosCallbackInfo : public AsyncWorkData { struct
159 explicit AsyncFormInfosCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncFormInfosCallbackInfo() function
160 std::vector<OHOS::AppExecFwk::FormInfo> formInfos;
161 bool ret = false;