Searched defs:GetRemoteAbilityInfoCallbackInfo (Results 1 – 1 of 1) sorted by relevance
28 struct GetRemoteAbilityInfoCallbackInfo : public BaseCallbackInfo { struct29 explicit GetRemoteAbilityInfoCallbackInfo(napi_env napiEnv) : BaseCallbackInfo(napiEnv) {} in GetRemoteAbilityInfoCallbackInfo() argument30 std::vector<ElementName> elementNames;31 std::vector<RemoteAbilityInfo> remoteAbilityInfos;32 std::string locale = "";33 bool isArray = false;