Home
last modified time | relevance | path

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

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