Home
last modified time | relevance | path

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

/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp532 int32_t tmpType = DEFAULT_VALUE; in GetCallRestriction() local
538 std::cin >> tmpType; in GetCallRestriction() local
539 type = static_cast<CallRestrictionType>(tmpType); in GetCallRestriction()
552 int32_t tmpType = DEFAULT_VALUE; in SetCallRestriction() local
558 std::cin >> tmpType; in SetCallRestriction() local
559 info.fac = static_cast<CallRestrictionType>(tmpType); in SetCallRestriction()
561 std::cin >> tmpType; in SetCallRestriction() local
562 info.mode = static_cast<CallRestrictionMode>(tmpType); in SetCallRestriction()
623 int32_t tmpType = DEFAULT_VALUE; in GetCallTransferInfo() local
629 std::cin >> tmpType; in GetCallTransferInfo() local
643 int32_t tmpType = DEFAULT_VALUE; SetCallTransferInfo() local
649 std::cin >> tmpType; SetCallTransferInfo() local
652 std::cin >> tmpType; SetCallTransferInfo() local
1190 int32_t tmpType = FeatureType::TYPE_VOICE_OVER_LTE; GetImsFeatureValue() local
1196 std::cin >> tmpType; GetImsFeatureValue() local
1210 int32_t tmpType = FeatureType::TYPE_VOICE_OVER_LTE; SetImsFeatureValue() local
1217 std::cin >> tmpType; SetImsFeatureValue() local
[all...]

Completed in 3 milliseconds