Searched refs:OnGetCurrentCallList (Results 1 – 4 of 4) sorted by relevance
58 … [this](MessageParcel &data, MessageParcel &reply) { return OnGetCurrentCallList(data, reply); }; in BluetoothCallStub()221 int32_t BluetoothCallStub::OnGetCurrentCallList(MessageParcel &data, MessageParcel &reply) in OnGetCurrentCallList() function in OHOS::Telephony::BluetoothCallStub
51 int32_t OnGetCurrentCallList(MessageParcel &data, MessageParcel &reply);
198 DelayedSingleton<BluetoothCallService>::GetInstance()->OnGetCurrentCallList(dataParcel, reply); in GetCurrentCallList()
371 result = bluetoothCallService->OnGetCurrentCallList(dataParcel, reply);