/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_sticky_test.cpp | 113 struct tm recordTime = {0}; variable 118 data, publishInfo, nullptr, recordTime, PID, SYSTEM_UID, tokenID, UNDEFINED_USER, "hello")); 150 struct tm recordTime = {0}; variable 155 data, publishInfo, nullptr, recordTime, PID, SYSTEM_UID, tokenID, UNDEFINED_USER, "hello")); 166 … data2, publishInfo, nullptr, recordTime, PID, SYSTEM_UID, tokenID, UNDEFINED_USER, "hello")); 198 struct tm recordTime = {0}; variable 203 data, publishInfo, nullptr, recordTime, PID, SYSTEM_UID, tokenID, UNDEFINED_USER, "hello")); 230 struct tm recordTime = {0}; variable 235 data, publishInfo, nullptr, recordTime, PID, SYSTEM_UID, tokenID, UNDEFINED_USER, "hello")); 262 struct tm recordTime = {0}; variable [all …]
|
H A D | common_event_manager_service_test.cpp | 175 struct tm recordTime = {0}; in HWTEST_F() local 176 GetSystemCurrentTime(&recordTime); in HWTEST_F() 213 struct tm recordTime = {0}; in HWTEST_F() local 222 recordTime, in HWTEST_F()
|
H A D | common_event_freeze_test.cpp | 285 struct tm recordTime = {0}; in SubscribeCommonEvent() local 286 if (!OHOS::GetSystemCurrentTime(&recordTime)) { in SubscribeCommonEvent() 298 recordTime, in SubscribeCommonEvent() 321 struct tm recordTime = {0}; in PublishCommonEvent() local 322 if (!OHOS::GetSystemCurrentTime(&recordTime)) { in PublishCommonEvent() 334 recordTime, in PublishCommonEvent()
|
H A D | common_event_subscribe_unit_test.cpp | 857 struct tm recordTime {0}; struct 861 record->recordTime = recordTime; 893 struct tm recordTime {0}; struct 897 record->recordTime = recordTime;
|
H A D | common_event_dump_test.cpp | 336 struct tm recordTime = {0}; in SubscribeCommonEvent() local 337 if (!OHOS::GetSystemCurrentTime(&recordTime)) { in SubscribeCommonEvent() 348 recordTime, in SubscribeCommonEvent() 371 struct tm recordTime = {0}; in PublishCommonEvent() local 372 if (!OHOS::GetSystemCurrentTime(&recordTime)) { in PublishCommonEvent() 386 recordTime, in PublishCommonEvent()
|
H A D | common_event_publish_ordered_event_unit_test.cpp | 238 commonEventRecord.recordTime = {0};
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service.cpp | 166 struct tm recordTime = {0}; in PublishCommonEventDetailed() local 167 if (!GetSystemCurrentTime(&recordTime)) { in PublishCommonEventDetailed() 188 recordTime, in PublishCommonEventDetailed() 211 recordTime, in PublishCommonEventDetailed() 238 struct tm recordTime = {0}; in SubscribeCommonEvent() local 239 if (!GetSystemCurrentTime(&recordTime)) { in SubscribeCommonEvent() 261 recordTime, in SubscribeCommonEvent() 275 recordTime, in SubscribeCommonEvent()
|
H A D | common_event_subscriber_manager.cpp | 49 const struct tm &recordTime, const EventRecordInfo &eventRecordInfo) in InsertSubscriber() argument 78 record->recordTime = recordTime; in InsertSubscriber() 155 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpDetailed() 157 std::string recordTime = format + "Time: " + std::string(systime) + "\n"; in DumpDetailed() local 227 …dumpInfo = title + recordTime + pid + uid + bundleName + priority + userId + permission + deviceId… in DumpDetailed() 569 time_t backRecordTime = mktime(&eventRecordsItem->second.back()->recordTime); in InsertFrozenEvents() 570 time_t frontRecordTime = mktime(&eventRecordsItem->second.front()->recordTime); in InsertFrozenEvents() 652 time_t backRecordTime = mktime(&eventRecordsItem->second.back()->recordTime); in InsertFrozenEventsMap() 653 time_t frontRecordTime = mktime(&eventRecordsItem->second.front()->recordTime); in InsertFrozenEventsMap()
|
H A D | common_event_control_manager.cpp | 445 record.recordTime = eventRecordPtr->recordTime; in EnqueueHistoryEventRecord() 458 receiver.recordTime = vec->recordTime; in EnqueueHistoryEventRecord() 1001 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpStateByCommonEventRecord() 1003 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpStateByCommonEventRecord() local 1105 …dumpInfo = recordTime + pid + uid + userId + bundleName + permission + isSticky + isOrdered + isSy… in DumpStateByCommonEventRecord() 1115 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record.recordTime); in DumpHistoryStateByCommonEventRecord() 1117 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpHistoryStateByCommonEventRecord() local 1219 …dumpInfo = recordTime + pid + uid + userId + bundleName + permission + isSticky + isOrdered + isSy… in DumpHistoryStateByCommonEventRecord() 1291 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &receiver.recordTime); in DumpHistoryStateBySubscriberRecord() 1293 std::string recordTime = format + "Time: " + std::string(systime) + "\n"; in DumpHistoryStateBySubscriberRecord() local [all …]
|
H A D | common_event_sticky_manager.cpp | 100 strftime(systime, sizeof(char) * LENGTH, "%Y%m%d %I:%M %p", &record->recordTime); in DumpState() 102 std::string recordTime = "\tTime: " + std::string(systime) + "\n"; in DumpState() local 165 …std::string dumpInfo = no + recordTime + pid + uid + bundleName + permission + isSticky + isOrdere… in DumpState()
|
H A D | inner_common_event_manager.cpp | 205 …const sptr<IRemoteObject> &commonEventListener, const struct tm &recordTime, const pid_t &pid, con… in PublishCommonEvent() argument 255 eventRecord.recordTime = recordTime; in PublishCommonEvent() 300 const sptr<IRemoteObject> &commonEventListener, const struct tm &recordTime, in SubscribeCommonEvent() argument 351 sp, commonEventListener, recordTime, eventRecordInfo); in SubscribeCommonEvent()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | ordered_event_record.h | 66 recordTime = commonEventRecord.recordTime; in FillCommonEventRecord()
|
H A D | history_event_record.h | 25 struct tm recordTime {}; struct 58 struct tm recordTime {}; struct
|
H A D | inner_common_event_manager.h | 56 …const sptr<IRemoteObject> &commonEventListener, const struct tm &recordTime, const pid_t &pid, con… 73 …const sptr<IRemoteObject> &commonEventListener, const struct tm &recordTime, const pid_t &pid, con…
|
H A D | common_event_subscriber_manager.h | 36 struct tm recordTime {0}; struct 91 const sptr<IRemoteObject> &commonEventListener, const struct tm &recordTime,
|
H A D | common_event_record.h | 42 struct tm recordTime {}; struct
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | time_sync.cpp | 746 info.recordTime = timeHelper_->GetSysCurrentTime(); in SaveOffsetWithAck() 765 if (currentRawTime < info.recordTime) { in CheckSkipTimeSync() 766 …meSync] current time %" PRIu64 " less than record time %" PRIu64, currentRawTime, info.recordTime); in CheckSkipTimeSync() 769 uint64_t interval = timeHelper_->GetSysCurrentTime() - info.recordTime; in CheckSkipTimeSync() 855 info.recordTime = timeHelper_->GetSysCurrentTime(); in GenerateTimeOffsetIfNeed()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_types.h | 185 Timestamp recordTime = 0; // info generate time member
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_audio_recorder_fast_audio_function.h | 82 int64_t recordTime = 1000; in FIXTURE() local 86 ASSERT_TRUE(CheckDurationMs(recordTime, durationTime)); in FIXTURE()
|
H A D | test_single_audio_recorder_fast_stop_reset.h | 82 int64_t recordTime = 1000; in FIXTURE() local 86 ASSERT_TRUE(CheckDurationMs(recordTime, durationTime)); in FIXTURE()
|
/ohos5.0/docs/zh-cn/application-dev/application-test/ |
H A D | smartperf-guidelines.md | 922 recordTime: 1726903063 927 >- recordTime表示时间戳,recordPower表示当前时刻的电量。
|
/ohos5.0/docs/en/application-dev/application-test/ |
H A D | smartperf-guidelines.md | 922 recordTime: 1726903063 927 …>- **recordTime** indicates the timestamp, and **recordPower** indicates the current battery level.
|