Home
last modified time | relevance | path

Searched defs:cTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
H A Dreminderrequestannexthree_fuzzer.cpp32 int32_t cTime = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_ext_impl.cpp338 CurrentTime cTime; in GetMmapPosition() local
H A Daudio_render_ext_impl.cpp456 CurrentTime cTime; in GetMmapPosition() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp816 int64_t cTime = 12345678L + i; in ConstructDownloadData() local
1034 int64_t cTime = BASE_CREATE_TIME + i; in ConstructMultiDownloadData() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1744 int32_t ReminderRequest::GetActualTime(const TimeTransferType &type, int32_t cTime) in GetActualTime()