Home
last modified time | relevance | path

Searched refs:NUM_ONE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Dsem_ver.cpp23 const size_t NUM_ONE = 1; variable
63 if (segments.size() > NUM_ONE) { in SemVer()
64 minor = segments[NUM_ONE]; in SemVer()
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_tid_benchmark.cpp35 static constexpr int NUM_ONE = 1; variable
46 return NUM_ONE; in TestFunc6()
76 return val * val + NUM_ONE; in TestFunc1()
/ohos5.0/base/msdp/device_status/test/fuzztest/devicestatusagent_fuzzer/
H A Ddevicestatusagent_fuzzer.h38 NUM_ONE, enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h57 NUM_ONE, enumerator
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_test.cpp41 constexpr int32_t NUM_ONE { 1 }; variable
304 dev.keyBitmask_[INDEX_TWO] = NUM_ONE;
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp38 constexpr int32_t NUM_ONE { 1 }; variable
301 dev.keyBitmask_[INDEX_TWO] = NUM_ONE;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp34 NUM_ONE = 1, enumerator
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp86 …{&g_longOptions[NUM_ONE], "<file>", "configure file name.", "--conf /etc/conf/dhcp_server.conf", 0…
H A Daddress_utils.cpp283 …sprintf_s(strLogMacAddr, MAD_ADDR_BUF_SIZE, "??:%02x:??:??:%02x:%02x", macAddr[NUM_ONE], macAddr[M… in ParseLogMac()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp136 constexpr static int NUM_ONE = 1; variable
356 context.info.pixelFormat == PixelFormat::YCBCR_P010) ? NUM_ONE : NUM_2; in HeapMemAlloc()
466 dWidth = (oriWidth + sampleSize_ - NUM_ONE) / sampleSize_; in HeapMemAlloc()
467 dHeight = (oriHeight + sampleSize_ - NUM_ONE) / sampleSize_; in HeapMemAlloc()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp35 NUM_ONE = 1, enumerator
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c240 const int32_t NUM_ONE = 1; in ParseRegStatusStr() local
251 } else if (commaNum == NUM_ONE) { in ParseRegStatusStr()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp124 constexpr int32_t NUM_ONE { 1 }; variable
2707 … if ((static_cast<int32_t>(lastRotation) + NUM_ONE) % NUM_FOUR == static_cast<int32_t>(rotation)) { in ScreenRotateAdjustDisplayXY()