Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp62 struct PbapPse::impl {
74 PbapPse::impl::impl() in impl()
85 PbapPse::impl::~impl() in ~impl()
94 void PbapPse::impl::RegisterObserver(std::shared_ptr<PbapPseObserver> &observer) in RegisterObserver()
102 void PbapPse::impl::DeregisterObserver(std::shared_ptr<PbapPseObserver> &observer) in DeregisterObserver()
110 PbapPse *PbapPse::GetProfile() in GetProfile()
113 static BluetoothNoDestructor<PbapPse> instance; in GetProfile()
116 static PbapPse instance; in GetProfile()
121 PbapPse function in OHOS::Bluetooth::PbapPse
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_pbap_pse.h56 class BLUETOOTH_API PbapPse { class
59 * @brief Get the instance of PbapPse object.
61 * @return Returns the pointer to the PbapPse instance.
63 static PbapPse *GetProfile();
66 * @brief Register PbapPse observer instance.
68 * @param observer PbapPse observer instance.
73 * @brief Deregister PbapPse observer instance.
75 * @param observer PbapPse observer instance.
167 PbapPse();
173 ~PbapPse();
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp59 napi_define_class(env, "PbapPse", NAPI_AUTO_LENGTH, PbapServerConstructor, nullptr, in DefinePbapServerJSClass()
83 PbapPse *profile = PbapPse::GetProfile(); in CreatePbapServerProfile()
144 PbapPse *profile = PbapPse::GetProfile(); in GetConnectedDevices()
167 PbapPse *profile = PbapPse::GetProfile(); in GetConnectionState()
187 PbapPse *profile = PbapPse::GetProfile(); in Disconnect()
205 PbapPse *profil in SetConnectionStrategy()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp215 PbapPse::GetProfile()->GetDevicesByStates(connectState_, devices); in GetPbapPseDeviceInfo()

Completed in 3 milliseconds