/base/location/services/location_gnss/gnss/source/ntp/ |
H A D | time_manager.cpp | 33 LBSLOGI(GNSS, "beginning timestamp_ is %{public}s", std::to_string(timestamp_).c_str()); in GetCurrentTime() 34 if (timestamp_ < GPS_UTC_REFERENCE_TIME) { in GetCurrentTime() 47 LBSLOGI(GNSS, "getCurrentTime:%{public}s", std::to_string(timestamp_ + timeTillNow).c_str()); in GetCurrentTime() 48 return timestamp_ + timeTillNow; in GetCurrentTime() 54 timestamp_ = msTime; in SetCurrentTime() 56 LBSLOGI(GNSS, "setCurrentTime timestamp_:%{public}s, mTimeReference:%{public}s", in SetCurrentTime() 57 std::to_string(timestamp_).c_str(), std::to_string(timeSinceBoot_).c_str()); in SetCurrentTime() 62 return timestamp_; in GetTimestamp()
|
/base/location/interfaces/inner_api/include/ |
H A D | bluetooth_scan_info.h | 32 timestamp_ = 0; in BluetoothScanInfo() 77 return timestamp_; in GetTimeStamp() 82 timestamp_ = timestamp; in SetTimeStamp() 90 timestamp_ = parcel.ReadInt64(); in ReadFromParcel() 98 parcel.WriteInt64(timestamp_); 113 ", timestamp_ : " + std::to_string(timestamp_); in ToString() 121 int64_t timestamp_; member in OHOS::Location::BluetoothScanInfo
|
H A D | wifi_scan_info.h | 32 timestamp_ = 0; in WifiScanInfo() 88 return timestamp_; in GetTimestamp() 93 timestamp_ = timestamp; in SetTimestamp() 102 timestamp_ = parcel.ReadInt64(); in ReadFromParcel() 111 parcel.WriteInt64(timestamp_); 126 ", timestamp_ : " + std::to_string(timestamp_); in ToString() 135 int64_t timestamp_; member in OHOS::Location::WifiScanInfo
|
H A D | request_config.h | 102 timestamp_ = time; in SetTimeStamp() 107 return timestamp_; in GetTimeStamp() 124 int64_t timestamp_; member in OHOS::Location::RequestConfig
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | watch_point.cpp | 23 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in WatchPoint() 29 timestamp_(builder.timestamp_), in WatchPoint() 46 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in Builder() 60 timestamp_ = timestamp; in InitTimestamp() 149 return timestamp_; in GetTimestamp() 224 if (timestamp_ == node.timestamp_) { in operator <() 227 return timestamp_ < node.timestamp_; in operator <() [all...] |
H A D | watch_point.h | 48 unsigned long long timestamp_; member in OHOS::HiviewDFX::WatchPoint::Builder 89 unsigned long long timestamp_; member in OHOS::HiviewDFX::WatchPoint
|
/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | security_event.h | 29 : eventId_(eventId), version_(version), content_(content), timestamp_(timestamp) {}; in SecurityEvent() 35 std::string GetTimestamp() const { return timestamp_; }; in GetTimestamp() 44 std::string timestamp_; member in OHOS::Security::SecurityCollector::SecurityEvent
|
/base/security/security_guard/interfaces/inner_api/collector/include/ |
H A D | security_event.h | 29 : eventId_(eventId), version_(version), content_(content), timestamp_(timestamp) {}; in SecurityEvent() 35 std::string GetTimestamp() const { return timestamp_; }; in GetTimestamp() 44 std::string timestamp_; member in OHOS::Security::SecurityCollector::SecurityEvent
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_event.h | 29 : eventId_(eventId), version_(version), content_(content), timestamp_(timestamp) {}; in SecurityEvent() 35 std::string GetTimestamp() const { return timestamp_; }; in GetTimestamp() 44 std::string timestamp_; member in OHOS::Security::SecurityCollector::SecurityEvent
|
/base/security/security_guard/frameworks/common/collector/src/ |
H A D | security_event.cpp | 30 if (!parcel.WriteString(timestamp_)) { in Marshalling() 47 if (!parcel.ReadString(timestamp_)) { in ReadFromParcel()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_receive_indexer.cpp | 31 timestamp_ = 0; in SmsReceiveIndexer() 43 : pdu_(pdu), timestamp_(timestamp), destPort_(destPort), isCdma_(isCdma), isCdmaWapPdu_(isCdmaWapPdu), in SmsReceiveIndexer() 50 : pdu_(pdu), timestamp_(timestamp), destPort_(destPort), isCdma_(isCdma), isCdmaWapPdu_(isCdmaWapPdu), in SmsReceiveIndexer() 174 return timestamp_; in GetTimestamp() 179 timestamp_ = timestamp; in SetTimestamp()
|
/base/location/frameworks/base_module/source/ |
H A D | request_config.cpp | 33 timestamp_ = 0; in RequestConfig() 44 timestamp_ = 0; in RequestConfig() 56 timestamp_ = requestConfig.GetTimeStamp(); in Set()
|
/base/location/services/location_gnss/gnss/include/ntp/ |
H A D | time_manager.h | 37 int64_t timestamp_ = 0; member in OHOS::Location::TimeManager
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_receive_indexer.h | 71 int64_t timestamp_; member in OHOS::Telephony::SmsReceiveIndexer
|