Searched refs:SetShareType (Results 1 - 7 of 7) sorted by relevance
/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;
|
/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);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_pbap_pse.h | 130 int32_t SetShareType(const BluetoothRemoteDevice &device, int32_t shareType);
|
/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;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/ |
H A D | napi_bluetooth_pbap_pse.cpp | 53 DECLARE_NAPI_FUNCTION("setShareType", SetShareType),
in DefinePbapServerJSClass() 257 napi_value NapiPbapServer::SetShareType(napi_env env, napi_callback_info info)
in SetShareType() function in OHOS::Bluetooth::NapiPbapServer 268 int32_t errorCode = profile->SetShareType(remoteDevice, shareType);
in SetShareType()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pbap_pse.cpp | 217 int32_t PbapPse::SetShareType(const BluetoothRemoteDevice &device, int32_t shareType)
in SetShareType() function in OHOS::Bluetooth::PbapPse 226 return proxy->SetShareType(BluetoothRawAddress(device.GetDeviceAddr()), shareType);
in SetShareType()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_pbap_pse_proxy.cpp | 122 int32_t BluetoothPbapPseProxy::SetShareType(const BluetoothRawAddress &device, int32_t shareType)
in SetShareType() function in OHOS::Bluetooth::BluetoothPbapPseProxy
|
Completed in 3 milliseconds