Home
last modified time | relevance | path

Searched refs:timestamp_ (Results 1 - 14 of 14) sorted by relevance

/base/location/services/location_gnss/gnss/source/ntp/
H A Dtime_manager.cpp33 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 Dbluetooth_scan_info.h32 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 Dwifi_scan_info.h32 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 Drequest_config.h102 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 Dwatch_point.cpp23 : 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 Dwatch_point.h48 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 Dsecurity_event.h29 : 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 Dsecurity_event.h29 : 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 Dsecurity_event.h29 : 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 Dsecurity_event.cpp30 if (!parcel.WriteString(timestamp_)) { in Marshalling()
47 if (!parcel.ReadString(timestamp_)) { in ReadFromParcel()
/base/telephony/sms_mms/services/sms/
H A Dsms_receive_indexer.cpp31 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 Drequest_config.cpp33 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 Dtime_manager.h37 int64_t timestamp_ = 0; member in OHOS::Location::TimeManager
/base/telephony/sms_mms/services/sms/include/
H A Dsms_receive_indexer.h71 int64_t timestamp_; member in OHOS::Telephony::SmsReceiveIndexer

Completed in 6 milliseconds