Home
last modified time | relevance | path

Searched refs:GetShareType (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_pbap_pse.h36 virtual int32_t GetShareType(const BluetoothRawAddress &device, int32_t &shareType) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pbap_pse.h43 static napi_value GetShareType(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_pbap_pse.h139 int32_t GetShareType(const BluetoothRemoteDevice &device, int32_t &shareType) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_pbap_pse_proxy.h36 int32_t GetShareType(const BluetoothRawAddress &device, int32_t &shareType) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp54 DECLARE_NAPI_FUNCTION("getShareType", GetShareType), in DefinePbapServerJSClass()
278 napi_value NapiPbapServer::GetShareType(napi_env env, napi_callback_info info) in GetShareType() function in OHOS::Bluetooth::NapiPbapServer
289 int32_t errorCode = profile->GetShareType(remoteDevice, shareType); in GetShareType()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp229 int32_t PbapPse::GetShareType(const BluetoothRemoteDevice &device, int32_t &shareType) const in GetShareType() function in OHOS::Bluetooth::PbapPse
237 return proxy->GetShareType(BluetoothRawAddress(device.GetDeviceAddr()), shareType); in GetShareType()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_pbap_pse_proxy.cpp139 int32_t BluetoothPbapPseProxy::GetShareType(const BluetoothRawAddress &device, int32_t &shareType) in GetShareType() function in OHOS::Bluetooth::BluetoothPbapPseProxy

Completed in 4 milliseconds