Home
last modified time | relevance | path

Searched refs:MapMse (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp58 struct MapMse::impl {
69 MapMse::impl::impl() in impl()
81 MapMse::impl::~impl() in ~impl()
90 void MapMse::impl::RegisterObserver(std::shared_ptr<MapMseObserver> &observer) in RegisterObserver()
98 void MapMse::impl::DeregisterObserver(std::shared_ptr<MapMseObserver> &observer) in DeregisterObserver()
106 MapMse *MapMse::GetProfile() in GetProfile()
109 static BluetoothNoDestructor<MapMse> instance; in GetProfile()
112 static MapMse instance; in GetProfile()
117 MapMse function in OHOS::Bluetooth::MapMse
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_map_mse.h53 * @brief Class for MapMse Server API.
56 class BLUETOOTH_API MapMse { class
59 * @brief Get the instance of MapMse object.
61 * @return Returns the pointer to the MapMse instance.
63 static MapMse *GetProfile();
66 * @brief Register MapMse observer instance.
68 * @param observer MapMse observer instance.
73 * @brief Deregister MapMse observer instance.
75 * @param observer MapMse observer instance.
145 MapMse();
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp49 napi_define_class(env, "MapMse", NAPI_AUTO_LENGTH, MapMseConstructor, nullptr, in DefineMapMseJSClass()
73 MapMse *profile = MapMse::GetProfile(); in CreateMapMseProfile()
111 MapMse *profile = MapMse::GetProfile(); in GetConnectedDevices()
134 MapMse *profile = MapMse::GetProfile(); in GetConnectionState()
154 MapMse *profile = MapMse::GetProfile(); in Disconnect()
172 MapMse *profil in SetConnectionStrategy()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp208 MapMse::GetProfile()->GetDevicesByStates(connectState_, devices); in GetMapMseDeviceInfo()

Completed in 2 milliseconds