Home
last modified time | relevance | path

Searched refs:SIX (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Ddlp_fuse_test.cpp73 constexpr int SIX = 6; variable
225 ASSERT_EQ(read(linkfd1, readBuf, SIX), SIX); in CheckLinkFd()
230 ASSERT_GE(read(linkfd1, readBuf, SIX), SIX); in CheckLinkFd()
236 ASSERT_EQ(read(linkfd1, readBuf, SIX), SIX); in CheckLinkFd()
246 ASSERT_EQ(read(linkfd1, readBuf, SIX), SIX); in CheckLinkFd()
251 ASSERT_EQ(read(linkfd1, readBuf, SIX), SIX); in CheckLinkFd()
266 ASSERT_EQ(read(g_recoveryFileFd, readBuf, SIX), SIX); in CheckRecoverFd()
272 ASSERT_GE(read(g_recoveryFileFd, readBuf, SIX), SIX); in CheckRecoverFd()
279 ASSERT_EQ(read(g_recoveryFileFd, readBuf, SIX), SIX); in CheckRecoverFd()
291 ASSERT_EQ(read(g_recoveryFileFd, readBuf, SIX), SIX); in CheckRecoverFd()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp40 constexpr int SIX = 6; variable
76 BandType bandType = static_cast<BandType>(static_cast<int>(data[0]) % SIX); in GetChannelFromDrvOrXmlByBandFuzzTest()
109 BandType bandType = static_cast<BandType>(static_cast<int>(data[0]) % SIX); in GetPreferredChannelByBandFuzzTest()
281 BandType bandType = static_cast<BandType>(static_cast<int>(data[0]) % SIX); in GetValidChannelsFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dmac_address.h29 constexpr int SIX = 6; variable
H A Dipv6_address.cpp365 eui64Sa[SIX] = macSockaddr.sa_data[FOUR]; in MacToEui64addr()
378 eui64Sa[SIX], in MacToEui64addr()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_func_arg.h31 SIX = 6, enumerator
/ohos5.0/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/
H A Dn_func_arg.h35 SIX = 6, enumerator
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_func_arg.h33 SIX = 6, enumerator
/ohos5.0/foundation/communication/netstack/utils/common_utils/include/
H A Dnetstack_common_utils.h29 SIX, enumerator
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp45 constexpr int SIX = 6; variable
623 eccKeyPairSpec->pk.x.data = params[SIX].data; in ConstructEcc521KeyPairParamsSpecByGet()
624 eccKeyPairSpec->pk.x.len = params[SIX].len; in ConstructEcc521KeyPairParamsSpecByGet()
676 params[SIX].data = retPkX.data; in GetParams()
677 params[SIX].len = retPkX.len; in GetParams()
/ohos5.0/base/security/crypto_framework/test/unittest/src/sm2/
H A Dcrypto_sm2_asy_key_generator_by_spec_sub_test.cpp51 constexpr int SIX = 6; variable
1181 eccKeyPairSpec->pk.x.data = params[SIX].data; in ConstructSm2256KeyPairParamsSpecByGet()
1182 eccKeyPairSpec->pk.x.len = params[SIX].len; in ConstructSm2256KeyPairParamsSpecByGet()
1234 params[SIX].data = retPkX.data; in GetParams()
1235 params[SIX].len = retPkX.len; in GetParams()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h60 SIX, enumerator
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h58 SIX, enumerator
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h56 SIX, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp535 if (!funcArg.InitArgs(ArgumentCount::SIX, ArgumentCount::SEVEN)) { in DeflateInit2()
580 if (funcArg.GetArgc() == ArgumentCount::SIX) { in DeflateInit2()
954 if (!funcArg.InitArgs(ArgumentCount::FIVE, ArgumentCount::SIX)) { in DeflateTune()
2220 if (!funcArg.InitArgs(ArgumentCount::FIVE, ArgumentCount::SIX)) { in InflateBack()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_overloads.cpp329 if (!funcArg.InitArgs(NARG_CNT::SIX, NARG_CNT::TEN)) { in TexImage2D()
H A Dwebgl2_rendering_context_base.cpp615 if (!funcArg.InitArgs(NARG_CNT::SIX)) { in TexStorage3D()
1281 if (!funcArg.InitArgs(NARG_CNT::SIX)) { in DrawRangeElements()
2037 if (!funcArg.InitArgs(NARG_CNT::SIX)) { in InvalidateSubFramebuffer()
H A Dwebgl_rendering_context_base.cpp2052 if (!funcArg.InitArgs(NARG_CNT::SIX)) { in VertexAttribPointer()