Searched refs:OnGetBtCallState (Results 1 – 4 of 4) sorted by relevance
44 [this](MessageParcel &data, MessageParcel &reply) { return OnGetBtCallState(data, reply); }; in BluetoothCallStub()119 int32_t BluetoothCallStub::OnGetBtCallState(MessageParcel &data, MessageParcel &reply) in OnGetBtCallState() function in OHOS::Telephony::BluetoothCallStub
42 int32_t OnGetBtCallState(MessageParcel &data, MessageParcel &reply);
78 DelayedSingleton<BluetoothCallService>::GetInstance()->OnGetBtCallState(dataParcel, reply); in GetBtCallState()
353 result = bluetoothCallService->OnGetBtCallState(dataParcel, reply);