Home
last modified time | relevance | path

Searched refs:ACTIVATE_ACTION (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp28 const int32_t ACTIVATE_ACTION = 1; variable
74 utCommand->action = ACTIVATE_ACTION; in HandleClip()
75 result = supplementRequestIms_.SetClipRequest(slotId, ACTIVATE_ACTION, index); in HandleClip()
114 utCommand->action = ACTIVATE_ACTION; in HandleClir()
116 result = supplementRequestIms_.SetClirRequest(slotId, ACTIVATE_ACTION, index); in HandleClir()
118 result = supplementRequestCs_.SetClirRequest(slotId, ACTIVATE_ACTION, index); in HandleClir()
162 utCommand->action = ACTIVATE_ACTION; in HandleColr()
164 result = supplementRequestIms_.SetColrRequest(slotId, ACTIVATE_ACTION, index); in HandleColr()
204 utCommand->action = ACTIVATE_ACTION; in HandleColp()
206 result = supplementRequestIms_.SetColpRequest(slotId, ACTIVATE_ACTION, index); in HandleColp()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp56 const int32_t ACTIVATE_ACTION = 1; variable
745 SRequestIms.SetClipRequest(SIM1_SLOTID, ACTIVATE_ACTION, 0);
747 SRequestIms.SetClirRequest(SIM1_SLOTID, ACTIVATE_ACTION, 0);
750 SRequestIms.SetCallTransferRequest(SIM1_SLOTID, CTransferInfo, ACTIVATE_ACTION, 0);
917 …ASSERT_EQ(supplementRequestCs.SetClirRequest(SIM1_SLOTID, ACTIVATE_ACTION, 0), TELEPHONY_ERR_LOCAL…