Searched refs:GetShareType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_pbap_pse.h | 36 virtual int32_t GetShareType(const BluetoothRawAddress &device, int32_t &shareType) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 57 DECLARE_NAPI_FUNCTION("getShareType", GetShareType), in DefinePbapServerJSClass() 281 napi_value NapiPbapServer::GetShareType(napi_env env, napi_callback_info info) in GetShareType() function in OHOS::Bluetooth::NapiPbapServer 292 int32_t errorCode = profile->GetShareType(remoteDevice, shareType); in GetShareType()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_pbap_pse_proxy.h | 36 int32_t GetShareType(const BluetoothRawAddress &device, int32_t &shareType) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_pbap_pse.h | 139 int32_t GetShareType(const BluetoothRemoteDevice &device, int32_t &shareType) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_pbap_pse.h | 43 static napi_value GetShareType(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pbap_pse.cpp | 232 int32_t PbapPse::GetShareType(const BluetoothRemoteDevice &device, int32_t &shareType) const in GetShareType() function in OHOS::Bluetooth::PbapPse 240 return proxy->GetShareType(BluetoothRawAddress(device.GetDeviceAddr()), shareType); in GetShareType()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_pbap_pse_proxy.cpp | 142 int32_t BluetoothPbapPseProxy::GetShareType(const BluetoothRawAddress &device, int32_t &shareType) in GetShareType() function in OHOS::Bluetooth::BluetoothPbapPseProxy
|