Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h233 struct AsyncGetBundleGidsCallbackInfo : public AsyncWorkData { struct
234 explicit AsyncGetBundleGidsCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncGetBundleGidsCallbackInfo() argument
235 std::string bundleName;
236 std::vector<int32_t> gids;
237 int32_t err = 0;
238 bool ret = false;
239 std::string message;