Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp58 … [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
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_stub.h51 int32_t OnGetCurrentCallList(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp198 DelayedSingleton<BluetoothCallService>::GetInstance()->OnGetCurrentCallList(dataParcel, reply); in GetCurrentCallList()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp371 result = bluetoothCallService->OnGetCurrentCallList(dataParcel, reply);