Home
last modified time | relevance | path

Searched defs:isReadyToCall (Results 1 – 9 of 9) sorted by relevance

/base/telephony/cellular_call/services/manager/src/
Dcellular_call_callback.cpp45 void CellularCallCallback::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()
Dcellular_call_service.cpp744 int32_t CellularCallService::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()
Dcellular_call_stub.cpp546 bool isReadyToCall = data.ReadBool(); in OnSetReadyToCallInner() local
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_callback_base.h58 virtual void SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) {} in SetReadyToCall()
/base/telephony/cellular_call/services/control/src/
Dcontrol_base.cpp169 int32_t ControlBase::SetReadyToCall(int32_t slotId, bool isReadyToCall) in SetReadyToCall()
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
Dgetcallrestriction_fuzzer.cpp122 bool isReadyToCall = static_cast<bool>(size % SLOT_NUM); in SetReadyToCall() local
/base/telephony/cellular_call/test/unittest/cstest/
Dcs2_test.cpp1189 bool isReadyToCall = false; variable
/base/telephony/cellular_call/services/utils/src/
Dcellular_call_config.cpp1078 void CellularCallConfig::SetReadyToCall(int32_t slotId, bool isReadyToCall) in SetReadyToCall()
/base/telephony/call_manager/frameworks/native/src/
Dcellular_call_proxy.cpp427 int32_t CellularCallProxy::SetReadyToCall(int32_t slotId, int32_t callType, bool isReadyToCall) in SetReadyToCall()