Home
last modified time | relevance | path

Searched refs:IntoMock (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hfp_ag.h48 virtual bool IntoMock(const BluetoothRawAddress &device, int state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hfp_ag_server.h47 bool IntoMock(const BluetoothRawAddress &device, int state) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h240 virtual bool IntoMock(int state) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h283 bool IntoMock(const BluetoothRemoteDevice &device, int state);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hfp_ag_proxy.h44 bool IntoMock(const BluetoothRawAddress &device, int state) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_ag_server.cpp341 bool BluetoothHfpAgServer::IntoMock(const BluetoothRawAddress &device, int state) { in IntoMock() function in OHOS::Bluetooth::BluetoothHfpAgServer
344 return pimpl->HfpAgService_ ->IntoMock(state); in IntoMock()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h252 bool IntoMock(int state) override;
H A Dhfp_ag_service.cpp661 bool HfpAgService::IntoMock(int state) in IntoMock() function in OHOS::bluetooth::HfpAgService
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp284 bool IntoMock(const BluetoothRemoteDevice &device, int state) in IntoMock() function
289 return proxy->IntoMock(BluetoothRawAddress(device.GetDeviceAddr()), state); in IntoMock()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hfp_ag_proxy.cpp278 bool BluetoothHfpAgProxy::IntoMock(const BluetoothRawAddress &device, int state) in IntoMock() function in OHOS::Bluetooth::BluetoothHfpAgProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_stub.cpp305 int result = IntoMock(*device, state); in IntoMockInner()

Completed in 9 milliseconds