Home
last modified time | relevance | path

Searched refs:MapMse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp61 struct MapMse::impl {
72 MapMse::impl::impl() in impl()
84 MapMse::impl::~impl() in ~impl()
109 MapMse *MapMse::GetProfile() in GetProfile()
112 static BluetoothNoDestructor<MapMse> instance; in GetProfile()
115 static MapMse instance; in GetProfile()
120 MapMse::MapMse() in MapMse() function in OHOS::Bluetooth::MapMse
125 MapMse::~MapMse() in ~MapMse()
130 void MapMse::RegisterObserver(std::shared_ptr<MapMseObserver> observer) in RegisterObserver()
136 void MapMse::DeregisterObserver(std::shared_ptr<MapMseObserver> observer) in DeregisterObserver()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp77 MapMse *profile = MapMse::GetProfile(); in CreateMapMseProfile()
115 MapMse *profile = MapMse::GetProfile(); in GetConnectedDevices()
138 MapMse *profile = MapMse::GetProfile(); in GetConnectionState()
158 MapMse *profile = MapMse::GetProfile(); in Disconnect()
176 MapMse *profile = MapMse::GetProfile(); in SetConnectionStrategy()
197 MapMse *profile = MapMse::GetProfile(); in GetConnectionStrategy()
218 MapMse *profile = MapMse::GetProfile(); in SetMessageAccessAuthorization()
238 MapMse *profile = MapMse::GetProfile(); in GetMessageAccessAuthorization()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_map_mse.h56 class BLUETOOTH_API MapMse {
63 static MapMse *GetProfile();
145 MapMse();
146 ~MapMse();
148 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(MapMse);
152 friend class BluetoothNoDestructor<MapMse>;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-map.md51 console.info('MapMse success');
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-map.md38 console.info('MapMse success');
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp208 MapMse::GetProfile()->GetDevicesByStates(connectState_, devices); in GetMapMseDeviceInfo()