Home
last modified time | relevance | path

Searched refs:THOUSAND (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/test/fuzztest/mcccountrycode_fuzzer/
H A Dmcccountrycode_fuzzer.cpp26 constexpr int THOUSAND = 1000; variable
34 int mcc = static_cast<int>(*data % THOUSAND) + MCC_GR; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddata_uri_utils_test.cpp29 const int32_t THOUSAND = 1000; variable
163 dataUriUtils.AttachId(uri1, THOUSAND); in HWTEST_F()
168 dataUriUtils.AttachId(uri2, THOUSAND); in HWTEST_F()
/ohos5.0/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp51 constexpr uint32_t THOUSAND = 1000l; // center X and Y in per thousand variable
134 …engthUint64 = static_cast<uint64_t>(relativeLength) * static_cast<uint64_t>(fullLength) / THOUSAND; in convertThousandthToPx()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/
H A Dlnn_time_sync_manager.c30 #define THOUSAND 1000 macro
345 resultInfo.result.microsecond = ((int32_t)(offset * THOUSAND)) % THOUSAND; in NotifyTimeSyncResult()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Drandomseek_test.cpp55 constexpr int32_t THOUSAND = 1000.0; variable
140 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SeekToTime(demuxer, (rd() % duration) / THOUSAND, in CheckSeekResult()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.h32 THOUSAND = 1000, enumerator
H A Dfile_n_exporter.cpp336 asyncCallbackInfo->lastMT = buf.st_mtime * COMMON_NUM::THOUSAND + in GetExec()
421 fi.lastModifiedTime = tmp.st_mtime * COMMON_NUM::THOUSAND + in ListExec()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp45 constexpr int THOUSAND = 1000; variable
84 usage->mode = THOUSAND; in CheckParams()