Lines Matching refs:SetValueUtf8String
97 SetValueUtf8String(env, "additions", locations[index]->GetAdditions().c_str(), value); in LocationsToJs()
117 SetValueUtf8String(env, "additions", locationInfo->GetAdditions().c_str(), result); in LocationToJs()
126 SetValueUtf8String(env, "country", country->GetCountryCodeStr().c_str(), result); in CountryCodeToJs()
149 SetValueUtf8String(env, "locale", geoAddress->locale_.c_str(), eachObj); in GeoAddressesToJsObj()
150 SetValueUtf8String(env, "placeName", geoAddress->placeName_.c_str(), eachObj); in GeoAddressesToJsObj()
151 SetValueUtf8String(env, "countryCode", geoAddress->countryCode_.c_str(), eachObj); in GeoAddressesToJsObj()
152 SetValueUtf8String(env, "countryName", geoAddress->countryName_.c_str(), eachObj); in GeoAddressesToJsObj()
153 … SetValueUtf8String(env, "administrativeArea", geoAddress->administrativeArea_.c_str(), eachObj); in GeoAddressesToJsObj()
154 …SetValueUtf8String(env, "subAdministrativeArea", geoAddress->subAdministrativeArea_.c_str(), eachO… in GeoAddressesToJsObj()
155 SetValueUtf8String(env, "locality", geoAddress->locality_.c_str(), eachObj); in GeoAddressesToJsObj()
156 SetValueUtf8String(env, "subLocality", geoAddress->subLocality_.c_str(), eachObj); in GeoAddressesToJsObj()
157 SetValueUtf8String(env, "roadName", geoAddress->roadName_.c_str(), eachObj); in GeoAddressesToJsObj()
158 SetValueUtf8String(env, "subRoadName", geoAddress->subRoadName_.c_str(), eachObj); in GeoAddressesToJsObj()
159 SetValueUtf8String(env, "premises", geoAddress->premises_.c_str(), eachObj); in GeoAddressesToJsObj()
160 SetValueUtf8String(env, "postalCode", geoAddress->postalCode_.c_str(), eachObj); in GeoAddressesToJsObj()
161 SetValueUtf8String(env, "phoneNumber", geoAddress->phoneNumber_.c_str(), eachObj); in GeoAddressesToJsObj()
162 SetValueUtf8String(env, "addressUrl", geoAddress->addressUrl_.c_str(), eachObj); in GeoAddressesToJsObj()
192 … SetValueUtf8String(env, "ssid", replyList[i]->GetWifiScanInfo()->GetSsid().c_str(), wifiObj); in LocatingRequiredDataToJsObj()
193 … SetValueUtf8String(env, "bssid", replyList[i]->GetWifiScanInfo()->GetBssid().c_str(), wifiObj); in LocatingRequiredDataToJsObj()
200 SetValueUtf8String(env, "deviceName", in LocatingRequiredDataToJsObj()
202 …SetValueUtf8String(env, "macAddress", replyList[i]->GetBluetoothScanInfo()->GetMac().c_str(), blue… in LocatingRequiredDataToJsObj()
724 napi_status SetValueUtf8String(const napi_env& env, const char* fieldStr, const char* str, napi_val… in SetValueUtf8String() function
805 SetValueUtf8String(context.env, "data", msg.c_str(), context.result[PARAM0]); in CreateFailCallBackParams()