/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | logger_output.cpp | 49 const auto time = std::chrono::system_clock::to_time_t(now); in PrintTimeStamp() local 53 outputStream << std::put_time(std::localtime(&time), "%D %H:%M:%S."); in PrintTimeStamp()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | avmetadatahelper.h | 198 * The metadata key to retrieve the information about the created time of 203 * The metadata key to retrieve the information about the created time of 289 * resource that is located right after or at the given time. 294 * resource that is located right before or at the given time. 299 * resource that is located closest to or at the given time. 304 * the given media resource that is located closest to or at the given time. 364 * of the methods in this class. This method maybe time consuming. 376 * before the reset of the methods in this class. This method maybe time consuming. 426 * @param timeUs The time position in microseconds where the frame will be fetched. 427 * When fetching the frame at the given time positio [all...] |
/foundation/multimedia/player_framework/services/include/ |
H A D | i_avmetadatahelper_service.h | 81 * of the methods in this class. This method maybe time consuming. 93 * before the reset of the methods in this class. This method maybe time consuming. 147 * @param timeMs The time position in microseconds where the frame will be fetched. 148 * When fetching the frame at the given time position, there is no guarantee that 150 * nearby will be returned. If timeUs is negative, time position and option will ignored, 164 * @param timeMs The time position in microseconds where the frame will be fetched. 165 * When fetching the frame at the given time position, there is no guarantee that 167 * nearby will be returned. If timeUs is negative, time position and option will ignored, 186 * @returns returns time 188 virtual int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) [all...] |
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_audio_source.cpp | 123 if (Int64Multiple(static_cast<int64_t>(timestamp.time.tv_sec), in AcquireBuffer() 127 buffer.timeStamp = timeStampSecPart + timestamp.time.tv_nsec / AUDIO_SOURCE_TIME_NS_US; in AcquireBuffer()
|
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/ |
H A D | avmetadatahelper_server.h | 47 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override; 48 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override;
|
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastublocal_fuzzer/ |
H A D | avmetadata_service_proxy_local_fuzzer.h | 85 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override 89 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override
|
/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/ |
H A D | avmetadata_service_proxy_fuzzer.h | 85 int32_t GetTimeByFrameIndex(uint32_t index, uint64_t &time) override 89 int32_t GetFrameIndexByTime(uint64_t time, uint32_t &index) override
|
/foundation/multimedia/ringtone_library/services/utils/include/ |
H A D | ringtone_file_utils.h | 49 EXPORT static int64_t Timespec2Millisecond(const struct timespec &time); 53 EXPORT static std::string StrCreateTimeByMilliseconds(const std::string &format, int64_t time);
|
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | process_priority_info.cpp | 153 void ProcessPriorityInfo::SetStartingAbilityTime(int64_t time) in SetStartingAbilityTime() argument 155 startingAbilityTime_ = time; in SetStartingAbilityTime()
|
/foundation/window/window_manager/utils/include/ |
H A D | event_tracker.h | 71 auto time = std::chrono::system_clock::to_time_t(timePoint); in formatTimestamp() local 73 localtime_r(&time, &localTime); in formatTimestamp()
|
/foundation/window/window_manager/test/demo/ |
H A D | demo_snapshot_virtual_screen.cpp | 85 auto startTime = time(nullptr);
in main() 90 while (time(nullptr) - startTime < MAX_SNAPSHOT_COUNT) {
in main()
|
/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_mock.cpp | 157 int32_t ConnBleKeepAlive(uint32_t connectionId, uint32_t requestId, uint32_t time)
in ConnBleKeepAlive() argument 159 return GetConnectionBrInterface()->ConnBleKeepAlive(connectionId, requestId, time);
in ConnBleKeepAlive()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/ |
H A D | trans_lane_pending_test_mock.cpp | 84 int32_t SoftBusCondWait(SoftBusCond *cond, SoftBusMutex *mutex, SoftBusSysTime *time) in SoftBusCondWait() argument 86 return GetTransLanePendingTestInterface()->SoftBusCondWait(cond, mutex, time); in SoftBusCondWait()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_request.cpp | 178 void HttpClientRequest::SetRequestTime(const std::string &time) in SetRequestTime() argument 180 requestTime_ = time; in SetRequestTime()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/ |
H A D | mock_wifi_scan_config.h | 48 virtual void SetStaCurrentTime(time_t time) = 0; 74 MOCK_METHOD1(SetStaCurrentTime, void(time_t time));
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | napi_datashare_inner_observer.cpp | 69 auto time =
in OnChange() local 71 LOG_INFO("NAPIInnerObserver datashare callback start, times %{public}" PRIu64 ".", time);
in OnChange()
|
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/ |
H A D | datashare_uv_queue.cpp | 78 auto time = static_cast<uint64_t>(duration_cast<milliseconds>( in SyncCall() local 80 LOG_INFO("function ended successfully. times %{public}" PRIu64 ".", time); in SyncCall()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_single_ver_kv_entry.h | 44 void SetTimestamp(Timestamp time) override; 48 void SetWriteTimestamp(Timestamp time) override;
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/ |
H A D | cycle_task_runner.cpp | 46 setUpTime_ = std::time(nullptr); in CycleTaskRunner() 114 std::time_t currentTime = std::time(nullptr); in SetRunableBundleNames()
|
/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/ |
H A D | screen_decision_center.cpp | 68 return difftime(time(nullptr), sendFullTime_) >= timethreshold; in LimitTime() 83 sendFullTime_ = time(nullptr); in InputBufferImage()
|
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 39 time_t start = time(NULL); in test() 54 while(time(NULL) - start < 5) { in test()
|
/third_party/ffmpeg/libavformat/ |
H A D | dash.c | 98 int64_t time) { in ff_dash_fill_tmpl_params() 137 n = snprintf(&dst[dst_pos], buffer_size - dst_pos, format_tag, time); in ff_dash_fill_tmpl_params() 95 ff_dash_fill_tmpl_params(char *dst, size_t buffer_size, const char *template, int rep_id, int number, int bit_rate, int64_t time) ff_dash_fill_tmpl_params() argument
|
/third_party/glfw/deps/ |
H A D | tinycthread.h | 77 #include <time.h> 81 #include <sys/time.h> 95 /* Workaround for missing TIME_UTC: If time.h doesn't provide TIME_UTC, 97 the only other supported time specifier: CLOCK_REALTIME (and if that fails, 152 * a compiler error), since compile-time TLS is not supported in the Mac OS X 173 #define thrd_timeout 2 /**< The time specified in the call was reached without acquiring the requested resource */ 269 * at the time of the call. If no threads are blocked on the condition variable 270 * at the time of the call, the function does nothing and return success. 279 * at the time of the call. If no threads are blocked on the condition variable 280 * at the time o [all...] |
/third_party/backends/sanei/ |
H A D | sanei_init_debug.c | 59 #include <time.h> 60 #include <sys/time.h>
|
/third_party/curl/docs/examples/ |
H A D | chkspeed.c | 31 * amount of downloaded bytes, the time used for the whole download, and 40 #include <time.h> 154 time_t t = time(NULL); in main() 186 /* check for total download time */ in main() 189 printf("Total download time: %lu.%06lu sec.\n", in main() 199 /* check for name resolution time */ in main() 202 printf("Name lookup time: %lu.%06lu sec.\n", in main() 205 /* check for connect time */ in main() 208 printf("Connect time: %lu.%06lu sec.\n", in main()
|