Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_stub.cpp44 [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
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_stub.h42 int32_t OnGetBtCallState(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/telephony/call_manager/test/fuzztest/bluetoothdialcall_fuzzer/
H A Dbluetoothdialcall_fuzzer.cpp78 DelayedSingleton<BluetoothCallService>::GetInstance()->OnGetBtCallState(dataParcel, reply); in GetBtCallState()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp353 result = bluetoothCallService->OnGetBtCallState(dataParcel, reply);