Home
last modified time | relevance | path

Searched refs:SetValueInt64 (Results 1 – 2 of 2) sorted by relevance

/base/location/frameworks/native/source/
Dnapi_util.cpp94 SetValueInt64(env, "timeStamp", locations[index]->GetTimeStamp(), value); in LocationsToJs()
96 SetValueInt64(env, "timeSinceBoot", locations[index]->GetTimeSinceBoot(), value); in LocationsToJs()
98 SetValueInt64(env, "additionSize", locations[index]->GetAdditionSize(), value); in LocationsToJs()
114 SetValueInt64(env, "timeStamp", locationInfo->GetTimeStamp(), result); in LocationToJs()
116 SetValueInt64(env, "timeSinceBoot", locationInfo->GetTimeSinceBoot(), result); in LocationToJs()
118 SetValueInt64(env, "additionSize", locationInfo->GetAdditionSize(), result); in LocationToJs()
127 SetValueInt64(env, "type", country->GetCountryCodeType(), result); in CountryCodeToJs()
136 SetValueInt64(env, "time", locationInfo->GetTimeStamp(), result); in SystemLocationToJs()
196 SetValueInt64(env, "timestamp", replyList[i]->GetWifiScanInfo()->GetTimestamp(), wifiObj); in LocatingRequiredDataToJsObj()
203 SetValueInt64(env, "rssi", replyList[i]->GetBluetoothScanInfo()->GetRssi(), blueToothObj); in LocatingRequiredDataToJsObj()
[all …]
/base/location/interfaces/inner_api/include/
Dnapi_util.h69 napi_status SetValueInt64(const napi_env& env, const char* fieldStr, const int64_t intValue, napi_v…