Searched refs:v3 (Results 1 – 8 of 8) sorted by relevance
/base/customization/enterprise_device_management/test/unittest/src/ |
D | policy_serializer_test.cpp | 125 ASSERT_EQ(jsonString, R"(["v1","v2","v3","v4","v5"])"); 127 jsonString = R"(["v1","v2","v3","v4","v5","v6"])"; 130 ASSERT_FALSE(serializer->Deserialize(R"(["v1","v2","v3","v4","v5""v6"])", value)); 311 { "k3", "v3" }, 355 { "k3", "v3" }, 362 { "k3", "v3" }, 385 { "k3", "v3" }, 388 { "k3", "v3" },
|
/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/ |
D | smspdubuffer_fuzzer.cpp | 56 uint8_t v3 = 0; in ReadBuffer() local 59 buffer->ReadBits(v3, j); in ReadBuffer() 97 uint8_t v3 = 0; in WriteBuffer() local 100 buffer->WriteBits(v3, j); in WriteBuffer()
|
/base/global/system_resources/systemres/main/resources/base/media/ |
D | ohos_ic_public_device_phone.svg | 1 …03238l.0402651.07728493c.2354666.46501024.360434.96691638.360434 2.23381143v3.4041722c.2761424 0 .…
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_sub_parameter.cpp | 185 uint8_t v3 = 0; in Decode() local 189 …if (!pdu.ReadByte(v1) || !pdu.ReadByte(v2) || !pdu.ReadByte(v3) || !pdu.ReadByte(v4) || !pdu.ReadB… in Decode() 196 time_.day = DecodeBCD(v3); in Decode() 329 uint8_t v3 = 0; in Decode() local 331 …if (!pdu.ReadBits(v1, BIT1) || !pdu.ReadBits(v2, BIT1) || !pdu.ReadBits(v3, BIT1) || !pdu.ReadBits… in Decode() 337 replyOpt_.readAck = (v3 == 0b1) ? true : false; in Decode() 875 uint8_t v3 = 0; in DecodeType1Data() local 882 …if (!pdu.ReadBits(v1, BIT8) || !pdu.ReadBits(v2, BIT8) || !pdu.ReadBits(v3, BIT4) || !pdu.ReadBits… in DecodeType1Data() 889 data_.severity = static_cast<enum SmsCmaeSeverity>(v3); in DecodeType1Data() 1308 uint8_t v3 = 0; in DecodeHeader() local [all …]
|
D | cdma_sms_parameter_record.cpp | 391 uint8_t v3 = 0; in Decode() local 392 if (!pdu.ReadBits(v1, BIT3) || !pdu.ReadBits(v2) || !pdu.ReadBits(v3, BIT8)) { in Decode() 404 address_.addrLen = v3; in Decode()
|
/base/startup/init/test/unittest/syspara/ |
D | syspara_unittest.cpp | 321 int32_t v3 = OHOS::system::GetIntParameter(key1, 0, -127, 128); // -127, 128 range variable 322 EXPECT_EQ(v3, -TEST_VALUE);
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_adapter_native_test.cpp | 497 char v3[10][100] {}; variable 498 char* dest3p = v3[0];
|
D | hisysevent_manager_c_test.cpp | 1108 char v3[10][100] {}; variable 1109 char* dest3p = v3[0];
|