Home
last modified time | relevance | path

Searched refs:bodyPartID (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/
Dbluetooth_map_mce.cpp149 fBmsg.bMessageParam_.envelope_.msgBody_.bodyPartID = msg.envelope_.msgBody_.bodyPartID; in OnBmessageCompleted()
619 iProfileMsg.bmessage_.envelope_.msgBody_.bodyPartID = msg.message.envelope_.msgBody_.bodyPartID; in ConvertEnvelopeToProfileFormat()
/foundation/communication/bluetooth/services/bluetooth_standard/common/
Dmap_mce_parameter.h339 …std::string bodyPartID = ""; // This property shall be used if and only if the content of the r… member
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/map_mce/
Dmap_mce_data_analyse.cpp370 if (msgParam_.envelope_.msgBody_.bodyPartID != "") { in MakeMsgBodyProperty()
371 combineNode_.AddParamStr("PARTID:", msgParam_.envelope_.msgBody_.bodyPartID); in MakeMsgBodyProperty()
684 bMsgParamStruct_.envelope_.msgBody_.bodyPartID = msgNode_.GetParamValue("PARTID:"); in PickUpMsgBodyProperty()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/include/
Dbluetooth_map_mce.h162 …std::string bodyPartID = ""; // This property shall be used if and only if the content of the rel… member
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/parcel/
Dbluetooth_map_mce_parameter.cpp369 status = parcel.WriteString(msgStruct.envelope_.msgBody_.bodyPartID); in WriteToParcel()
483 status = parcel.ReadString(msgStruct.envelope_.msgBody_.bodyPartID); in ReadFromParcel()