Home
last modified time | relevance | path

Searched refs:NUM_ONE (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Dsem_ver.cpp23 constexpr int8_t NUM_ONE = 1; member
63 if (segments.size() > NUM_ONE) { in SemVer()
64 minor = segments[NUM_ONE]; in SemVer()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h57 NUM_ONE, enumerator
/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_test.cpp41 constexpr int32_t NUM_ONE { 1 };
304 dev.keyBitmask_[INDEX_TWO] = NUM_ONE; in HWTEST_F()
/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, PutArgument},
H A Daddress_utils.cpp283 sprintf_s(strLogMacAddr, MAD_ADDR_BUF_SIZE, "??:%02x:??:??:%02x:%02x", macAddr[NUM_ONE], macAddr[MAI_FOUR], in ParseLogMac()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp131 constexpr static int NUM_ONE = 1; member
339 context.info.pixelFormat == PixelFormat::YCBCR_P010) ? NUM_ONE : NUM_2; in HeapMemAlloc()
443 dWidth = (oriWidth + sampleSize_ - NUM_ONE) / sampleSize_; in HeapMemAlloc()
444 dHeight = (oriHeight + sampleSize_ - NUM_ONE) / sampleSize_; in HeapMemAlloc()

Completed in 6 milliseconds