Home
last modified time | relevance | path

Searched defs:msgHandle (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth/server/src/
Dbluetooth_map_mce_server.cpp416 int32_t msgType, const std::u16string &msgHandle, int32_t statusIndicator, int32_t statusValue, in SetMessageStatus()
500 const std::u16string &msgHandle, const BluetoothIProfileGetMessageParameters &para) in GetMessage()
/foundation/communication/bluetooth/services/bluetooth/ipc/src/
Dbluetooth_map_mce_stub.cpp349 const std::u16string msgHandle = data.ReadString16(); in GetMessageInner() local
404 const std::u16string msgHandle = data.ReadString16(); in SetMessageStatusInner() local
Dbluetooth_map_mce_proxy.cpp446 const std::u16string &msgHandle, const BluetoothIProfileGetMessageParameters &para) in GetMessage()
544 const BluetoothRawAddress &device, int32_t msgType, const std::u16string &msgHandle, in SetMessageStatus()
/foundation/communication/bluetooth/test/unittest/map/
Dmap_mce_test.cpp404 std::u16string msgHandle = {'a', 'b', 'c'}; variable
/foundation/communication/bluetooth/services/bluetooth/service/src/map_mce/
Dmap_mce_instance_request.cpp625 const std::u16string &msgHandle, const IProfileGetMessageParameters &para) in MapMceRequestGetMessage()
812 std::u16string msgHandle = converter.from_bytes(tempStr); in ProcessResponse() local
1053 MapMceRequestSetMessageStatus::MapMceRequestSetMessageStatus(const std::u16string &msgHandle, in MapMceRequestSetMessageStatus()
Dmap_mce_service.cpp417 …Service::GetMessage(const RawAddress &device, MapMessageType type, const std::u16string &msgHandle, in GetMessage()
432 …etMessageWithReqCfg(const RawAddress &device, MapMessageType type, const std::u16string &msgHandle, in GetMessageWithReqCfg()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_map_mce.cpp706 …tMessage(const BluetoothRemoteDevice &device, MapMessageType type, const std::u16string &msgHandle, in GetMessage()