Searched refs:DialJudgment (Results 1 - 4 of 4) sorted by relevance
/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 videoState);
|
/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, int32_t videoState) in DialJudgment() function in OHOS::Telephony::IMSControl 65 TELEPHONY_LOGI("DialJudgment entry."); in DialJudgment() 68 TELEPHONY_LOGE("DialJudgment return, error type: call state error."); in DialJudgment() 79 TELEPHONY_LOGI("DialJudgment, have connection in active state."); in DialJudgment()
|
/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); in HWTEST_F() 473 EXPECT_EQ(imsControl->DialJudgment(slotId, PHONE_NUMBER_THIRD, mode, 0), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 831 imsControl.DialJudgment(SIM1_SLOTID, PHONE_NUMBER, clirMode, videoState); in HWTEST_F()
|
Completed in 6 milliseconds