Lines Matching refs:SetValueInt64
93 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()
199 …SetValueInt64(env, "timestamp", replyList[i]->GetBluetoothScanInfo()->GetTimeStamp(), blueToothObj… in LocatingRequiredDataToJsObj()
710 napi_status SetValueInt64(const napi_env& env, const char* fieldStr, const int64_t intValue, napi_v… in SetValueInt64() function