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.h187 struct AsyncGetBundleGidsCallbackInfo : public AsyncWorkData { struct
188 explicit AsyncGetBundleGidsCallbackInfo(napi_env env) : AsyncWorkData(env) {} in AsyncGetBundleGidsCallbackInfo() function
189 std::string bundleName;
190 std::vector<int32_t> gids;
191 int32_t err = 0;
192 bool ret = false;
193 std::string message;