Searched refs:SetShareType (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 | 35 virtual int32_t SetShareType(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 | 56 DECLARE_NAPI_FUNCTION("setShareType", SetShareType), in DefinePbapServerJSClass() 260 napi_value NapiPbapServer::SetShareType(napi_env env, napi_callback_info info) in SetShareType() function in OHOS::Bluetooth::NapiPbapServer 271 int32_t errorCode = profile->SetShareType(remoteDevice, shareType); in SetShareType()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_pbap_pse_proxy.h | 35 int32_t SetShareType(const BluetoothRawAddress &device, int32_t shareType) override;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_pbap_pse.h | 130 int32_t SetShareType(const BluetoothRemoteDevice &device, int32_t shareType);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_pbap_pse.h | 42 static napi_value SetShareType(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pbap_pse.cpp | 220 int32_t PbapPse::SetShareType(const BluetoothRemoteDevice &device, int32_t shareType) in SetShareType() function in OHOS::Bluetooth::PbapPse 229 return proxy->SetShareType(BluetoothRawAddress(device.GetDeviceAddr()), shareType); in SetShareType()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_pbap_pse_proxy.cpp | 125 int32_t BluetoothPbapPseProxy::SetShareType(const BluetoothRawAddress &device, int32_t shareType) in SetShareType() function in OHOS::Bluetooth::BluetoothPbapPseProxy
|