Home
last modified time | relevance | path

Searched refs:UpdatePendingHoldFlag (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dbase_connection.h115 void UpdatePendingHoldFlag(bool flag);
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dbase_connection.cpp125 void BaseConnection::UpdatePendingHoldFlag(bool isPendingHold) in UpdatePendingHoldFlag() function in OHOS::Telephony::BaseConnection
H A Dcellular_call_connection_ims.cpp197 UpdatePendingHoldFlag(true); in SwitchCallRequest()
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp665 connection.second.UpdatePendingHoldFlag(false); in RecoverPendingHold()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp470 baseConnection.UpdatePendingHoldFlag(true);