Home
last modified time | relevance | path

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

/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 videoState);
/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, 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 Dims2_test.cpp472 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 Dzero_branch_test.cpp831 imsControl.DialJudgment(SIM1_SLOTID, PHONE_NUMBER, clirMode, videoState); in HWTEST_F()

Completed in 6 milliseconds