Lines Matching refs:SetValueUtf8String

163     SetValueUtf8String(env, "country", country->GetCountryCodeStr().c_str(), result);  in CountryCodeToJs()
186 SetValueUtf8String(env, "locale", geoAddress->locale_.c_str(), eachObj); in GeoAddressesToJsObj()
187 SetValueUtf8String(env, "placeName", geoAddress->placeName_.c_str(), eachObj); in GeoAddressesToJsObj()
188 SetValueUtf8String(env, "countryCode", geoAddress->countryCode_.c_str(), eachObj); in GeoAddressesToJsObj()
189 SetValueUtf8String(env, "countryName", geoAddress->countryName_.c_str(), eachObj); in GeoAddressesToJsObj()
190SetValueUtf8String(env, "administrativeArea", geoAddress->administrativeArea_.c_str(), eachObj); in GeoAddressesToJsObj()
191SetValueUtf8String(env, "subAdministrativeArea", geoAddress->subAdministrativeArea_.c_str(), eachO… in GeoAddressesToJsObj()
192 SetValueUtf8String(env, "locality", geoAddress->locality_.c_str(), eachObj); in GeoAddressesToJsObj()
193 SetValueUtf8String(env, "subLocality", geoAddress->subLocality_.c_str(), eachObj); in GeoAddressesToJsObj()
194 SetValueUtf8String(env, "roadName", geoAddress->roadName_.c_str(), eachObj); in GeoAddressesToJsObj()
195 SetValueUtf8String(env, "subRoadName", geoAddress->subRoadName_.c_str(), eachObj); in GeoAddressesToJsObj()
196 SetValueUtf8String(env, "premises", geoAddress->premises_.c_str(), eachObj); in GeoAddressesToJsObj()
197 SetValueUtf8String(env, "postalCode", geoAddress->postalCode_.c_str(), eachObj); in GeoAddressesToJsObj()
198 SetValueUtf8String(env, "phoneNumber", geoAddress->phoneNumber_.c_str(), eachObj); in GeoAddressesToJsObj()
199 SetValueUtf8String(env, "addressUrl", geoAddress->addressUrl_.c_str(), eachObj); in GeoAddressesToJsObj()
231SetValueUtf8String(env, "ssid", replyList[i]->GetWifiScanInfo()->GetSsid().c_str(), wifiObj); in LocatingRequiredDataToJsObj()
232SetValueUtf8String(env, "bssid", replyList[i]->GetWifiScanInfo()->GetBssid().c_str(), wifiObj); in LocatingRequiredDataToJsObj()
239 SetValueUtf8String(env, "deviceName", in LocatingRequiredDataToJsObj()
241SetValueUtf8String(env, "macAddress", replyList[i]->GetBluetoothScanInfo()->GetMac().c_str(), blue… in LocatingRequiredDataToJsObj()
750 napi_status SetValueUtf8String(const napi_env& env, const char* fieldStr, const char* str, napi_val… in SetValueUtf8String() function
837 SetValueUtf8String(context.env, "data", msg.c_str(), context.result[PARAM0]); in CreateFailCallBackParams()