Searched defs:AsyncGetBundleGidsCallbackInfo (Results 1 – 1 of 1) sorted by relevance
187 struct AsyncGetBundleGidsCallbackInfo : public AsyncWorkData { struct188 explicit AsyncGetBundleGidsCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncGetBundleGidsCallbackInfo() function189 std::string bundleName;190 std::vector<int32_t> gids;191 int32_t err = 0;192 bool ret = false;193 std::string message;