Home
last modified time | relevance | path

Searched full:answer (Results 1 – 25 of 119) sorted by relevance

12345

/base/telephony/call_manager/services/call/include/
Dott_call_connection.h31 * Answer
33 * @brief Answer a phone call
37 int32_t Answer(const OttCallRequestInfo &requestInfo);
/base/telephony/cellular_call/interfaces/innerkits/satellite/
Dsatellite_call_interface.h56 * @brief Satellite Answer the call interface
61 virtual int32_t Answer(int32_t slotId) = 0;
Dsatellite_call_callback_interface.h62 * @brief AnswerSatelliteResponse the result of answer by satellite.
66 * @param info Indicates answer action was success or failure.
Dsatellite_call_client.h98 * @brief Satellite Answer the call interface
103 int32_t Answer(int32_t slotId);
Dsatellite_call_proxy.h34 int32_t Answer(int32_t slotId) override;
/base/telephony/cellular_call/services/control/include/
Dsatellite_control.h61 * SatelliteControl Answer
63 * Answer an incoming voice call.
68 int32_t Answer(const CellularCallInfo &callInfo) override;
Dcs_control.h64 * CSControl Answer
69 * Answer an incoming voice call.
74 int32_t Answer(const CellularCallInfo &callInfo) override;
Dims_control.h54 * Answer
59 int32_t Answer(const CellularCallInfo &callInfo) override;
/base/telephony/cellular_call/services/control/src/
Dsatellite_control.cpp122 int32_t SatelliteControl::Answer(const CellularCallInfo &callInfo) in Answer() function in OHOS::Telephony::SatelliteControl
124 TELEPHONY_LOGI("SatelliteControl::Answer start"); in Answer()
129 TELEPHONY_LOGE("Answer return, error type: connection is null"); in Answer()
137 TELEPHONY_LOGI("Answer there is an active call when you call, or third party call waiting"); in Answer()
141 TELEPHONY_LOGI("Answer: There is an active session currently, and it needs to hold"); in Answer()
144 TELEPHONY_LOGE("Answer return, error type: con is null, there are no active calls"); in Answer()
154 …TELEPHONY_LOGE("SatelliteControl::Answer return, error type: call state error, phone not ringing."… in Answer()
Dcs_control.cpp216 int32_t CSControl::Answer(const CellularCallInfo &callInfo) in Answer() function in OHOS::Telephony::CSControl
218 TELEPHONY_LOGI("CSControl::Answer start"); in Answer()
223 TELEPHONY_LOGE("Answer return, error type: connection is null"); in Answer()
249 TELEPHONY_LOGI("Answer there is an active call when you call, or third party call waiting"); in Answer()
258 TELEPHONY_LOGI("Answer: There is an active session currently, and it needs to hold"); in Answer()
261 TELEPHONY_LOGE("Answer return, error type: con is null, there are no active calls"); in Answer()
271 TELEPHONY_LOGE("CSControl::Answer return, error type: call state error, phone not ringing."); in Answer()
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
Dreporthangupinfo_fuzzer.cpp67 iMSControl->Answer(callInfo); in DoSomethingInterestingWithMyAPI()
78 satelliteControl->Answer(callInfo); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/interfaces/innerkits/
Dvoip_call_manager_info.h147 … * Indicates whether the VoIP incoming video call is support voice answer. Default value is true.
181 * Indicates the click event of answer voice.
185 * Indicates the click event of answer video.
Dvoip_call_manager_proxy.h130 * @brief answer a call
136 int32_t Answer(const VoipCallEventInfo &events, int32_t videoState) override;
Dcellular_call_ipc_interface_code.h27 ANSWER, enumerator
Dcall_manager_base.h415 * Indicates the call answer is call missed.
419 * Indicates the call answer is call active.
423 * Indicates the call answer is call rejected.
427 * Indicates the call answer is call blocked.
Di_voip_call_manager_service.h66 virtual int32_t Answer(const VoipCallEventInfo &events, int32_t videoState) = 0;
/base/telephony/cellular_call/services/satellite_service_interaction/src/
Dsatellite_call_client.cpp185 int32_t SatelliteCallClient::Answer(int32_t slotId) in Answer() function in OHOS::Telephony::SatelliteCallClient
190 TELEPHONY_ERR_IPC_CONNECT_STUB_FAIL, "answer satellite ipc reconnect failed"); in Answer()
194 return satelliteCallProxy_->Answer(slotId); in Answer()
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
Dsatelliteclient_fuzzer.cpp78 satelliteCallClient->Answer(slotId); in TestSatelliteCallClientWithCallInfo()
104 proxy->Answer(slotId); in TestSatelliteCallProxyWithCallInfo()
/base/telephony/core_service/
Dhisysevent.yaml111 ANSWER:
115 RESULT: {type: INT32, desc: answer result}
147 __BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: call answer failed event}
/base/telephony/call_manager/services/call/src/
Dcarrier_call.cpp56 TELEPHONY_LOGE("answer call failed!"); in CarrierAnswerCall()
72 ret = cellularCallConnectionPtr_->Answer(callInfo); in CarrierAnswerCall()
74 TELEPHONY_LOGE("answer call failed!"); in CarrierAnswerCall()
Dott_call.cpp49 TELEPHONY_LOGE("answer call failed!"); in AnswerCall()
66 ret = ottCallConnectionPtr_->Answer(requestInfo); in AnswerCall()
68 TELEPHONY_LOGE("answer call failed!"); in AnswerCall()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp69 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::ANSWER)] = &CsTest::Answer; in SetUp()
147 int32_t CsTest::Answer(const sptr<CellularCallInterface> &telephonyService) const in Answer() function in OHOS::Telephony::CsTest
149 std::cout << "test Answer entry.\n"; in Answer()
154 return telephonyService->Answer(callInfo); in Answer()
520 … "1:Dial\n2:HangUp\n3:Reject\n4:Answer\n5:HoldCall\n6:UnHoldCall\n7:SwitchCall\n" in InputNumForInterface()
/base/telephony/call_manager/frameworks/js/napi/src/
Dcall.js165 answer: call.answer,
/base/telephony/cellular_call/test/unittest/satellitetest/
Dzero_branch_test.cpp107 satelliteControl.Answer(cellularCallInfo);
199 callService.Answer(satelliteCallInfo);
/base/global/resource_management/test/resource/src/all/resources/base/element/
Dstring.json61 "value": "Answer phone calls"

12345