Home
last modified time | relevance | path

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

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