Searched refs:tz (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_codec_thread.cpp | 94 struct timezone tz = {}; in ProcessMessage() local 95 gettimeofday(&tv, &tz); in ProcessMessage()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | uuid.cpp | 77 struct timezone tz; in RandomUUID() local 82 gettimeofday(&tv, &tz); in RandomUUID()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_uuid.cpp | 35 struct timezone tz = {}; in Random() local 41 gettimeofday(&tv, &tz); in Random()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/matrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 99 scalar tz = GetObject<scalar>(); in MatrixFuzzTest001() local 112 matrix.SetMatrix(tx, ty, tz, sx, sy, sz, dx, dy, dz); in MatrixFuzzTest001()
|
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_process_client_test.cpp | 269 struct timezone tz; in GetCurTime() local 272 gettimeofday(&tv, &tz); in GetCurTime()
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 804 struct timezone tz; in GetTime() local 806 gettimeofday(&tv, &tz); in GetTime()
|
Completed in 7 milliseconds