Searched defs:AsyncGetBundleGidsCallbackInfo (Results 1 – 1 of 1) sorted by relevance
233 struct AsyncGetBundleGidsCallbackInfo : public AsyncWorkData { struct234 explicit AsyncGetBundleGidsCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncGetBundleGidsCallbackInfo() argument235 bool ret = false;236 int32_t err = 0;237 std::string message;238 std::string bundleName;239 std::vector<int32_t> gids;