Home
last modified time | relevance | path

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

/base/location/frameworks/native/source/
Dnapi_util.cpp93 SetValueInt64(env, "timeStamp", locations[index]->GetTimeStamp(), value); in LocationsToJs()
95 SetValueInt64(env, "timeSinceBoot", locations[index]->GetTimeSinceBoot(), value); in LocationsToJs()
97 SetValueInt64(env, "additionSize", locations[index]->GetAdditionSize(), value); in LocationsToJs()
111 SetValueInt64(env, "timeStamp", locationInfo->GetTimeStamp(), result); in LocationToJs()
113 SetValueInt64(env, "timeSinceBoot", locationInfo->GetTimeSinceBoot(), result); in LocationToJs()
115 SetValueInt64(env, "additionSize", locationInfo->GetAdditionSize(), result); in LocationToJs()
122 SetValueInt64(env, "type", country->GetCountryCodeType(), result); in CountryCodeToJs()
131 SetValueInt64(env, "time", locationInfo->GetTimeStamp(), result); in SystemLocationToJs()
191 SetValueInt64(env, "timestamp", replyList[i]->GetWifiScanInfo()->GetTimestamp(), wifiObj); in LocatingRequiredDataToJsObj()
198 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…