Home
last modified time | relevance | path

Searched refs:EnableAutoPlay (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_a2dp_src.h62 virtual int EnableAutoPlay(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h92 static napi_value EnableAutoPlay(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_src.h423 int EnableAutoPlay(const BluetoothRemoteDevice &device);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_a2dp_source_server.h62 int EnableAutoPlay(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_a2dp_src_proxy.h60 int EnableAutoPlay(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp122 DECLARE_NAPI_FUNCTION("enableAutoPlay", EnableAutoPlay), in DefineA2dpSourceJSClass()
683 napi_value NapiA2dpSource::EnableAutoPlay(napi_env env, napi_callback_info info) in EnableAutoPlay() function in OHOS::Bluetooth::NapiA2dpSource
692 int err = profile->EnableAutoPlay(device); in EnableAutoPlay()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp685 int A2dpSource::EnableAutoPlay(const BluetoothRemoteDevice &device) in EnableAutoPlay() function in OHOS::Bluetooth::A2dpSource
691 return proxy->EnableAutoPlay(RawAddress(device.GetDeviceAddr())); in EnableAutoPlay()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp451 int BluetoothA2dpSourceServer::EnableAutoPlay(const RawAddress &device) in EnableAutoPlay() function in OHOS::Bluetooth::BluetoothA2dpSourceServer
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_a2dp_src_proxy.cpp484 int BluetoothA2dpSrcProxy::EnableAutoPlay(const RawAddress &device) in EnableAutoPlay() function in OHOS::Bluetooth::BluetoothA2dpSrcProxy

Completed in 8 milliseconds