Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp34 [this](MessageParcel &data, MessageParcel &reply) { return OnAnswerCall(data, reply); }; in BluetoothCallStub()
86 int32_t BluetoothCallStub::OnAnswerCall(MessageParcel &data, MessageParcel &reply) in OnAnswerCall() function in OHOS::Telephony::BluetoothCallStub
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_stub.h39 int32_t OnAnswerCall(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp39 DelayedSingleton<BluetoothCallService>::GetInstance()->OnAnswerCall(dataParcel, reply); in AnswerCall()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp348 int32_t result = bluetoothCallService->OnAnswerCall(dataParcel, reply);