Searched defs:isReadyToCall (Results 1 – 9 of 9) sorted by relevance
/base/telephony/core_service/interfaces/innerkits/include/ |
D | network_search_callback_base.h | 58 virtual void SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) {} in SetReadyToCall()
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_callback.cpp | 45 void CellularCallCallback::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()
|
D | cellular_call_service.cpp | 657 int32_t CellularCallService::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()
|
D | cellular_call_stub.cpp | 483 bool isReadyToCall = data.ReadBool(); in OnSetReadyToCallInner() local
|
/base/telephony/cellular_call/services/control/src/ |
D | control_base.cpp | 157 int32_t ControlBase::SetReadyToCall(int32_t slotId, bool isReadyToCall) in SetReadyToCall()
|
D | cellular_call_config.cpp | 937 void CellularCallConfig::SetReadyToCall(int32_t slotId, bool isReadyToCall) in SetReadyToCall()
|
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/ |
D | getcallrestriction_fuzzer.cpp | 116 bool isReadyToCall = static_cast<bool>(size % SLOT_NUM); in SetReadyToCall() local
|
/base/telephony/call_manager/frameworks/native/src/ |
D | cellular_call_proxy.cpp | 427 int32_t CellularCallProxy::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.cpp | 2797 bool isReadyToCall = false; variable
|