Searched refs:GetShareType (Results 1 - 7 of 7) sorted by relevance
/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;
|
/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);
|
/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;
|
/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;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 54 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 D | bluetooth_pbap_pse.cpp | 229 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 D | bluetooth_pbap_pse_proxy.cpp | 139 int32_t BluetoothPbapPseProxy::GetShareType(const BluetoothRawAddress &device, int32_t &shareType)
in GetShareType() function in OHOS::Bluetooth::BluetoothPbapPseProxy
|
Completed in 4 milliseconds