Searched refs:VALUE3 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
H A D | sbc_frame.cpp | 25 const int VALUE3 = 3; variable 474 frequency_ = (bufStream[1] >> MOVE_BIT6) & VALUE3; in Unpack() 475 blockMode_ = (bufStream[1] >> MOVE_BIT4) & VALUE3; in Unpack() 493 channelMode_ = (bufStream[1] >> MOVE_BIT2) & VALUE3; in Unpack() 626 bufStream[1] = (frame.frequency_ & VALUE3) << MOVE_BIT6; in Pack() 627 bufStream[1] |= (frame.blockMode_ & VALUE3) << MOVE_BIT4; in Pack() 628 bufStream[1] |= (frame.channelMode_ & VALUE3) << MOVE_BIT2; in Pack()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_query_sync_test.cpp | 58 const Value VALUE3 = { 'v', '3' }; variable 268 DataItem data3{KEY3, VALUE3, time3, DataItem::LOCAL_FLAG, REMOTE_DEVICE_ID}; 337 DataItem data3{KEY3, VALUE3, time3, DataItem::LOCAL_FLAG, REMOTE_DEVICE_ID};
|
H A D | distributeddb_storage_subscribe_query_test.cpp | 59 const Value VALUE3 = { 'v', '3' }; variable
|