Home
last modified time | relevance | path

Searched refs:DialJudgment (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/control/include/
H A Dims_control.h207 …int32_t DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t vide…
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp60 return DialJudgment(callInfo.slotId, newPhoneNum, clirMode, callInfo.videoState); in Dial()
63 int32_t IMSControl::DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, i… in DialJudgment() function in OHOS::Telephony::IMSControl
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp472 … EXPECT_EQ(imsControl->DialJudgment(slotId, PHONE_NUMBER_SECOND, mode, 0), TELEPHONY_SUCCESS);
473 EXPECT_EQ(imsControl->DialJudgment(slotId, PHONE_NUMBER_THIRD, mode, 0), TELEPHONY_SUCCESS);
H A Dzero_branch_test.cpp831 imsControl.DialJudgment(SIM1_SLOTID, PHONE_NUMBER, clirMode, videoState);