Searched refs:DialJudgment (Results 1 – 3 of 3) sorted by relevance
/base/telephony/cellular_call/services/control/include/ |
D | ims_control.h | 204 …int32_t DialJudgment(int32_t slotId, const std::string &phoneNum, CLIRMode &clirMode, int32_t vide…
|
/base/telephony/cellular_call/services/control/src/ |
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
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.cpp | 1542 … EXPECT_EQ(imsControl->DialJudgment(slotId, PHONE_NUMBER_SECOND, mode, 0), TELEPHONY_SUCCESS); 1543 EXPECT_EQ(imsControl->DialJudgment(slotId, PHONE_NUMBER_THIRD, mode, 0), TELEPHONY_SUCCESS);
|