| /base/telephony/call_manager/services/call/include/ |
| D | ott_call_connection.h | 31 * Answer 33 * @brief Answer a phone call 37 int32_t Answer(const OttCallRequestInfo &requestInfo);
|
| /base/telephony/cellular_call/interfaces/innerkits/satellite/ |
| D | satellite_call_interface.h | 56 * @brief Satellite Answer the call interface 61 virtual int32_t Answer(int32_t slotId) = 0;
|
| D | satellite_call_callback_interface.h | 62 * @brief AnswerSatelliteResponse the result of answer by satellite. 66 * @param info Indicates answer action was success or failure.
|
| D | satellite_call_client.h | 98 * @brief Satellite Answer the call interface 103 int32_t Answer(int32_t slotId);
|
| D | satellite_call_proxy.h | 34 int32_t Answer(int32_t slotId) override;
|
| /base/telephony/cellular_call/services/control/include/ |
| D | satellite_control.h | 61 * SatelliteControl Answer 63 * Answer an incoming voice call. 68 int32_t Answer(const CellularCallInfo &callInfo) override;
|
| D | cs_control.h | 64 * CSControl Answer 69 * Answer an incoming voice call. 74 int32_t Answer(const CellularCallInfo &callInfo) override;
|
| D | ims_control.h | 54 * Answer 59 int32_t Answer(const CellularCallInfo &callInfo) override;
|
| /base/telephony/cellular_call/services/control/src/ |
| D | satellite_control.cpp | 122 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()
|
| D | cs_control.cpp | 216 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/ |
| D | reporthangupinfo_fuzzer.cpp | 67 iMSControl->Answer(callInfo); in DoSomethingInterestingWithMyAPI() 78 satelliteControl->Answer(callInfo); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/call_manager/interfaces/innerkits/ |
| D | voip_call_manager_info.h | 147 … * 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.
|
| D | voip_call_manager_proxy.h | 130 * @brief answer a call 136 int32_t Answer(const VoipCallEventInfo &events, int32_t videoState) override;
|
| D | cellular_call_ipc_interface_code.h | 27 ANSWER, enumerator
|
| D | call_manager_base.h | 415 * 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.
|
| D | i_voip_call_manager_service.h | 66 virtual int32_t Answer(const VoipCallEventInfo &events, int32_t videoState) = 0;
|
| /base/telephony/cellular_call/services/satellite_service_interaction/src/ |
| D | satellite_call_client.cpp | 185 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/ |
| D | satelliteclient_fuzzer.cpp | 78 satelliteCallClient->Answer(slotId); in TestSatelliteCallClientWithCallInfo() 104 proxy->Answer(slotId); in TestSatelliteCallProxyWithCallInfo()
|
| /base/telephony/core_service/ |
| D | hisysevent.yaml | 111 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/ |
| D | carrier_call.cpp | 56 TELEPHONY_LOGE("answer call failed!"); in CarrierAnswerCall() 72 ret = cellularCallConnectionPtr_->Answer(callInfo); in CarrierAnswerCall() 74 TELEPHONY_LOGE("answer call failed!"); in CarrierAnswerCall()
|
| D | ott_call.cpp | 49 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/ |
| D | cs_test.cpp | 69 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/ |
| D | call.js | 165 answer: call.answer,
|
| /base/telephony/cellular_call/test/unittest/satellitetest/ |
| D | zero_branch_test.cpp | 107 satelliteControl.Answer(cellularCallInfo); 199 callService.Answer(satelliteCallInfo);
|
| /base/global/resource_management/test/resource/src/all/resources/base/element/ |
| D | string.json | 61 "value": "Answer phone calls"
|