Home
last modified time | relevance | path

Searched refs:SetShareType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_pbap_pse.h35 virtual int32_t SetShareType(const BluetoothRawAddress &device, int32_t shareType) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp56 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 Dbluetooth_pbap_pse_proxy.h35 int32_t SetShareType(const BluetoothRawAddress &device, int32_t shareType) override;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_pbap_pse.h130 int32_t SetShareType(const BluetoothRemoteDevice &device, int32_t shareType);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pbap_pse.h42 static napi_value SetShareType(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pbap_pse.cpp220 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 Dbluetooth_pbap_pse_proxy.cpp125 int32_t BluetoothPbapPseProxy::SetShareType(const BluetoothRawAddress &device, int32_t shareType) in SetShareType() function in OHOS::Bluetooth::BluetoothPbapPseProxy