Home
last modified time | relevance | path

Searched refs:GetScoState (Results 1 - 25 of 32) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hfp_hf.h34 static napi_value GetScoState(napi_env env, napi_callback_info info);
H A Dnapi_bluetooth_hfp_ag.h37 static napi_value GetScoState(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h36 virtual int GetScoState(const BluetoothRawAddress &device) = 0;
H A Di_bluetooth_hfp_hf.h34 virtual int GetScoState(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h37 int GetScoState(const BluetoothRawAddress &device) override;
H A Dbluetooth_hfp_hf_server.h36 int GetScoState(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h165 virtual int GetScoState(const RawAddress &device) = 0;
H A Dinterface_profile_hfp_hf.h226 virtual int GetScoState(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_hf_proxy.h32 int GetScoState(const BluetoothRawAddress &device) override;
H A Dbluetooth_hfp_ag_proxy.h33 int GetScoState(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H A Dnapi_bluetooth_hfp_ag.cpp48 DECLARE_NAPI_FUNCTION("getScoState", GetScoState), in DefineHandsFreeAudioGatewayJSClass()
173 napi_value NapiHandsFreeAudioGateway::GetScoState(napi_env env, napi_callback_info info) in GetScoState() function in OHOS::Bluetooth::NapiHandsFreeAudioGateway
197 int state = profile->GetScoState(device); in GetScoState()
H A Dnapi_bluetooth_hfp_hf.cpp39 DECLARE_NAPI_FUNCTION("getScoState", GetScoState), in DefineHandsFreeUnitJSClass()
133 napi_value NapiHandsFreeUnit::GetScoState(napi_env env, napi_callback_info info) in GetScoState() function in OHOS::Bluetooth::NapiHandsFreeUnit
157 int state = profile->GetScoState(device); in GetScoState()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_hf.h224 int GetScoState(const BluetoothRemoteDevice &device) const;
H A Dbluetooth_hfp_ag.h192 int GetScoState(const BluetoothRemoteDevice &device) const;
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp117 std::to_string(HandsFreeUnit::GetProfile()->GetScoState(devices[i])).c_str()); in AddDevicesToArray()
120 std::to_string(HandsFreeAudioGateway::GetProfile()->GetScoState(devices[i])).c_str()); in AddDevicesToArray()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h194 int GetScoState(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp186 int GetScoState(const BluetoothRemoteDevice &device) in GetScoState() function
191 return proxy->GetScoState(BluetoothRawAddress(device.GetDeviceAddr())); in GetScoState()
510 int HandsFreeAudioGateway::GetScoState(const BluetoothRemoteDevice &device) const in GetScoState() function in OHOS::Bluetooth::HandsFreeAudioGateway
521 return pimpl->GetScoState(device); in GetScoState()
H A Dbluetooth_hfp_hf.cpp209 int GetScoState(const BluetoothRemoteDevice &device) in GetScoState() function
214 return proxy->GetScoState(BluetoothRawAddress(device.GetDeviceAddr())); in GetScoState()
541 int HandsFreeUnit::GetScoState(const BluetoothRemoteDevice &device) const in GetScoState() function in OHOS::Bluetooth::HandsFreeUnit
551 return pimpl->GetScoState(device); in GetScoState()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp256 int BluetoothHfpAgServer::GetScoState(const BluetoothRawAddress &device) in GetScoState() function in OHOS::Bluetooth::BluetoothHfpAgServer
261 return pimpl->HfpAgService_->GetScoState(addr); in GetScoState()
H A Dbluetooth_hfp_hf_server.cpp249 int BluetoothHfpHfServer::GetScoState(const BluetoothRawAddress &device) { in GetScoState() function in OHOS::Bluetooth::BluetoothHfpHfServer
253 return pimpl->HfpHfService_->GetScoState(addr); in GetScoState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h198 int GetScoState(const RawAddress &device) override;
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_hf_test.cpp170 * @tc.name: GetScoState
179 EXPECT_EQ(profile_->GetScoState(device), 0); in HWTEST_F()
H A Dhfp_ag_test.cpp187 * @tc.name: GetScoState
196 int state = profile_->GetScoState(device); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_device_manager.h75 bool GetScoState();
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp125 int BluetoothHfpAgProxy::GetScoState(const BluetoothRawAddress &device) in GetScoState() function in OHOS::Bluetooth::BluetoothHfpAgProxy

Completed in 14 milliseconds

12