Home
last modified time | relevance | path

Searched refs:time_ (Results 1 - 20 of 20) sorted by relevance

/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_service.c35 static PowerTimer *time_ = NULL; variable
112 if (time_ == NULL) { in BatteryFeatureTimeerInit()
113 time_ = PowerMgrCreateTimer(DEFAULT_INTERVAL_MSECS, DEFAULT_INTERVAL_MSECS, BatteryMonitorHandle); in BatteryFeatureTimeerInit()
114 if (time_ == NULL) { in BatteryFeatureTimeerInit()
117 if (PowerMgrStartTimer(time_, NULL) == FALSE) { in BatteryFeatureTimeerInit()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp80 time_ = time; in SetTime()
85 return time_; in GetTime()
110 ", time = " + time_.Dump() + in Dump()
140 if (!NotificationJsonConverter::ConvertToJson(&time_, timeObj)) { in ToJson()
209 pContent->time_ = *pTime; in FromJson()
253 if (!parcel.WriteParcelable(&time_)) { in Marshalling()
321 time_ = *pTime; in ReadFromParcel()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dcppcrash_reporter.h32 : time_(time), dumpMode_(dumpMode), process_(process) in CppCrashReporter()
65 uint64_t time_; member in OHOS::HiviewDFX::CppCrashReporter
H A Dcppcrash_reporter.cpp103 info.time = time_; in ReportToHiview()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_pipe.cpp128 time_ = time; in FaultLoggerPipe2()
137 time_ = 0; in ~FaultLoggerPipe2()
169 if ((time > faultLoggerPipes_[pid]->time_) && (time - faultLoggerPipes_[pid]->time_) > PIPE_TIMEOUT) { in Check()
H A Dfault_logger_pipe.h53 uint64_t time_; member in OHOS::HiviewDFX::FaultLoggerPipe2
/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp120 this->time_ = timePtr; in TimeCalculator()
128 if (this->time_ != nullptr && this->endTime_ > this->startTime_) { in ~TimeCalculator()
129 *(this->time_) += this->endTime_ - this->startTime_; in ~TimeCalculator()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfreeze_json_generator.cpp123 : time_(builder.time_), in FreezeJsonParams()
147 time_ = time; in InitTime()
268 list.push_back(FreezeJsonUtil::GetStrByKeyValue(jsonParamsTime, time_)); in JsonStr()
H A Dfreeze_json_generator.h123 unsigned long long time_ = 0; member in OHOS::HiviewDFX::FreezeJsonParams::Builder
170 unsigned long long time_; member in OHOS::HiviewDFX::FreezeJsonParams
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dsys_event_test.cpp56 std::string jsonStr = R"~({"domain_":"DEMO","name_":"NAME1","type_":1,"tz_":"+0800","time_":1620271291188, in GetOriginTestString()
111 std::regex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+",)~" in HWTEST_F()
136 std::regex expValue(R"~(\{"domain_":"DEMO","name_":"EVENT_NAME","type_":1,"time_":\d+,"tz_":"[\+\-]\d+",)~" in HWTEST_F()
156 std::string jsonStr = R"~({"domain_":"DEMO","name_":"VALUE_PARSE001","type_":1,"tz_":"+0800","time_":1620271291188, in HWTEST_F()
199 std::string jsonStr = R"~({"domain_":"DEMO","name_":"VALUE_PARSE001","type_":1,"tz_":"+0800","time_":1620271291188, in HWTEST_F()
243 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
266 "time_":1620271291188, "pid_":6527, "tid_":-6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
280 dest = sysEvent->GetEventIntValue("time_"); in HWTEST_F()
312 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", in HWTEST_F()
326 dest = sysEvent->GetEventUintValue("time_"); in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h43 std::shared_ptr<uint64_t> time_; member in OHOS::HiviewDFX::TimeUtil::TimeCalculator
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_content.h181 NotificationTime time_ {};
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp77 "time_":1620271291188, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", "pspanid_":"20", in HWTEST_F()
108 "time_":162027129100, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", "pspanid_":"20", in HWTEST_F()
124 "time_":162027129110, "pid_":6527, "tid_":6527, "traceid_":"f0ed5160bb2df4b", "spanid_":"10", "pspanid_":"20", in HWTEST_F()
167 "time_":162027129100, "pid_":1201, "tid_":1201, "uid_":1201, "KEY_INT":-200, "KEY_DOUBLE":2.2, in HWTEST_F()
335 "time_":162027129100, "pid_":1201, "tid_":1201, "uid_":1201, "KEY_INT":-200, "KEY_DOUBLE":2.2, in HWTEST_F()
718 std::string jsonStr = R"~({"domain_":"demo", "name_":"DocQueryTest_01", "type_":1, "tz_":8, "time_":1620271291188, in HWTEST_F()
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_sub_parameter.cpp152 CdmaSmsAbsoluteTime::CdmaSmsAbsoluteTime(uint8_t id, SmsTimeAbs &time) : time_(time) in CdmaSmsAbsoluteTime()
166 if (pdu.WriteByte(EncodeBCD(time_.year)) && pdu.WriteByte(EncodeBCD(time_.month)) && in Encode()
167 pdu.WriteByte(EncodeBCD(time_.day)) && pdu.WriteByte(EncodeBCD(time_.hour)) && in Encode()
168 pdu.WriteByte(EncodeBCD(time_.minute)) && pdu.WriteByte(EncodeBCD(time_.second))) { in Encode()
194 time_.year = DecodeBCD(v1); in Decode()
195 time_.month = DecodeBCD(v2); in Decode()
196 time_ in Decode()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp363 time_ = TimeUtil::GetMilliseconds(); in InitTime()
597 jsonStr << "\"" << "time_" << "\":" << std::to_string(time_) << ","; in AddBaseInfoToJsonString()
676 return time_; in GetTime()
741 time_ = time; in SetTime()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h246 uint64_t time_ = 0; member in OHOS::HiviewDFX::AppEventPack
/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_sub_parameter.h107 SmsTimeAbs &time_; member in OHOS::Telephony::CdmaSmsAbsoluteTime
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp389 "type_":1, "time_":1502603794820, "tz_":"+0800", "pid_":1751, "tid_":1751, "uid_":0, in HWTEST_F()
850 R"~("time_":0,"tz_":"-0100","pid_":0,"tid_":0,"uid_":0,"log_":0,"id_":"00000000000000000000",)~"); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp700 std::string jsonStr = R"~({"domain_":"RELIABILITY", "name_":"CPP_CRASH", "type_":1, "time_":1501973701070, "tz_": in HWTEST_F()
855 std::string jsonStr = R"~({"domain_":"RELIABILITY", "name_":"CPP_CRASH", "type_":1, "time_":1501973701070, in HWTEST_F()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_manager_c_test.cpp589 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"time_","op":">", in HWTEST_F()

Completed in 24 milliseconds