Home
last modified time | relevance | path

Searched refs:GetMockState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_service.h254 int GetMockState();
H A Dhfp_ag_system_interface.cpp130 if (service->GetMockState() == HFP_AG_MOCK) { in HangupCall()
227 if (service->GetMockState() == HFP_AG_MOCK) { in QueryCurrentCallsList()
919 if (service->GetMockState() == HFP_AG_MOCK) { in HandleChld()
H A Dhfp_ag_system_event_processer.cpp235 int mock = service->GetMockState(); in ProcessHoldCallEvent()
H A Dhfp_ag_service.cpp685 int HfpAgService::GetMockState() in GetMockState() function in OHOS::bluetooth::HfpAgService