Home
last modified time | relevance | path

Searched refs:IProfileMapEventReport (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/service/src/map_mce/
Dmap_mce_observer_manager.h79 …void ExcuteObserverOnMapEventReported(const std::string &device, const IProfileMapEventReport &rep…
Dmap_mce_data_analyse.h483 IProfileMapEventReport GetParam() const;
492 IProfileMapEventReport eventReportParam_ {};
Dmap_mce_observer_manager.cpp70 const std::string &device, const IProfileMapEventReport &report) in ExcuteObserverOnMapEventReported()
Dmap_mce_data_analyse.cpp988 IProfileMapEventReport MceTypesEventReport::GetParam() const in GetParam()
/foundation/communication/bluetooth/services/bluetooth_standard/service/include/
Dinterface_profile_map_mce.h71 …virtual void OnMapEventReported(const RawAddress &deviceAddress, const IProfileMapEventReport &rep… in OnMapEventReported()
/foundation/communication/bluetooth/services/bluetooth_standard/ipc/parcel/
Dbluetooth_map_mce_parameter.h361 …s BluetoothIProfileMapEventReport : public Parcelable, public ::bluetooth::IProfileMapEventReport {
/foundation/communication/bluetooth/services/bluetooth_standard/server/src/
Dbluetooth_map_mce_server.cpp35 …void OnMapEventReported(const RawAddress &deviceAddress, const IProfileMapEventReport &report) ove…
68 const RawAddress &deviceAddress, const IProfileMapEventReport &report) in OnMapEventReported()
/foundation/communication/bluetooth/services/bluetooth_standard/common/
Dmap_mce_parameter.h32 struct IProfileMapEventReport { struct