Home
last modified time | relevance | path

Searched refs:PhoneStateChanged (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h41 virtual void PhoneStateChanged(BluetoothPhoneState &phoneState) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h40 void PhoneStateChanged(BluetoothPhoneState &phoneState) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h189 virtual void PhoneStateChanged(Bluetooth::BluetoothPhoneState &phoneState) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h239 void PhoneStateChanged(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h38 void PhoneStateChanged(BluetoothPhoneState &phoneState) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp236 void PhoneStateChanged(BluetoothPhoneState &phoneState) in PhoneStateChanged() function
242 proxy->PhoneStateChanged(phoneState); in PhoneStateChanged()
558 void HandsFreeAudioGateway::PhoneStateChanged( in PhoneStateChanged() function in OHOS::Bluetooth::HandsFreeAudioGateway
572 pimpl->PhoneStateChanged(phoneState); in PhoneStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp288 void BluetoothHfpAgServer::PhoneStateChanged(BluetoothPhoneState &phoneState) in PhoneStateChanged() function in OHOS::Bluetooth::BluetoothHfpAgServer
293 pimpl->HfpAgService_->PhoneStateChanged(phoneState); in PhoneStateChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h208 void PhoneStateChanged(Bluetooth::BluetoothPhoneState &phoneState) override;
H A Dhfp_ag_service.cpp498 void HfpAgService::PhoneStateChanged(Bluetooth::BluetoothPhoneState &phoneState) in PhoneStateChanged() function in OHOS::bluetooth::HfpAgService
/foundation/communication/bluetooth_service/test/unittest/hfp/
H A Dhfp_ag_test.cpp237 * @tc.name: PhoneStateChanged
245 profile_->PhoneStateChanged(0, 0, 0, "123", 0, ""); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp200 void BluetoothHfpAgProxy::PhoneStateChanged(BluetoothPhoneState &phoneState) in PhoneStateChanged() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp239 PhoneStateChanged(*phoneState); in PhoneStateChangedInner()

Completed in 9 milliseconds