Home
last modified time | relevance | path

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

/test/ostest/wukong/report/src/
Dreport.cpp265 std::string timeStr = ""; in GroupFocusDataAndRecord() local
267 timeStr = std::to_string(currentTime); in GroupFocusDataAndRecord()
270 item += timeStr + ","; in GroupFocusDataAndRecord()
/test/xts/hats/telephony/ril/hdi_v1.0/
Dhdf_ril_hdiService_test.cpp384 …int32_t NetworkTimeUpdated(const RilRadioResponseInfo &responseInfo, const std::string &timeStr) o…
893 …lCallback::NetworkTimeUpdated(const RilRadioResponseInfo &responseInfo, const std::string &timeStr) in NetworkTimeUpdated() argument
895 HDF_LOGI("RilCallback::NetworkTimeZoneUpdated time:%{public}s", timeStr.c_str()); in NetworkTimeUpdated()