Searched refs:DialJudgment (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/control/include/ |
H A D | ims_control.h | 207 …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 D | ims_control.cpp | 60 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 D | ims2_test.cpp | 472 … 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 D | zero_branch_test.cpp | 831 imsControl.DialJudgment(SIM1_SLOTID, PHONE_NUMBER, clirMode, videoState);
|