Searched refs:b1 (Results 1 - 6 of 6) sorted by relevance
/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_parameter_record.cpp | 216 if (!pdu.WriteBits(address_.digitMode ? 0b1 : 0b0) || !pdu.WriteBits(address_.numberMode ? 0b1 : 0b0)) { in Encode() 255 address_.digitMode = (v1 == 0b1) ? true : false; in Decode() 256 address_.numberMode = (v2 == 0b1) ? true : false; in Decode() 357 if (!pdu.WriteBits(static_cast<uint8_t>(address_.type), BIT3) || !pdu.WriteBits(address_.odd ? 0b1 : 0b0) || in Encode() 403 address_.odd = (v2 == 0b1) ? true : false; in Decode()
|
H A D | cdma_sms_sub_parameter.cpp | 108 pdu.WriteBits(msgId_.msgId, BIT8) && pdu.WriteBits(msgId_.headerInd ? 0b1 : 0b0, BIT1)) { in Encode() 141 msgId_.headerInd = v == 0b1 ? true : false; in Decode() 309 if (pdu.WriteBits(replyOpt_.userAck ? 0b1 : 0b0, BIT1) && pdu.WriteBits(replyOpt_.dak ? 0b1 : 0b0, BIT1) && in Encode() 310 pdu.WriteBits(replyOpt_.readAck ? 0b1 : 0b0, BIT1) && pdu.WriteBits(replyOpt_.report ? 0b1 : 0b0, BIT1)) { in Encode() 335 replyOpt_.userAck = (v1 == 0b1) ? true : false; in Decode() 336 replyOpt_.dak = (v2 == 0b1) ? true : false; in Decode() 337 replyOpt_.readAck = (v3 == 0b1) ? true : false; in Decode() 338 replyOpt_.report = (v4 == 0b1) in Decode() [all...] |
/base/update/updater/test/unittest/package/ |
H A D | pkg_algo_unittest.cpp | 185 std::vector<uint8_t> b1; in HWTEST_F() local 187 int32_t ret = a12->VerifyDigest(b1, b2); in HWTEST_F()
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/ |
H A D | user_auth_icon.js | 30 constructor(b1, c1, d1, e1 = -1, f1 = undefined, g1) { 31 super(b1, d1, e1, g1);
|
/base/update/updater/test/unittest/script/ |
H A D | script_interpreter_unittest.cpp | 236 bool b1 = a6->IsTrue(); in HWTEST_F() local 242 EXPECT_TRUE(b1); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 368 set maxListNum(b1) { 369 this.__maxListNum.set(b1);
|
Completed in 4 milliseconds