Home
last modified time | relevance | path

Searched refs:SendCallback (Results 1 – 6 of 6) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/include/
Dsend_callback.h31 class SendCallback : public SendShortMessageCallbackStub {
33 SendCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRef);
34 ~SendCallback();
/base/telephony/sms_mms/frameworks/js/napi/src/
Dsend_callback.cpp25 SendSmsResult SendCallback::WrapSmsSendResult(const ISendShortMessageCallback::SmsSendResult result) in WrapSmsSendResult()
43 SendCallback::SendCallback(bool hasCallback, napi_env env, napi_ref thisVarRef, napi_ref callbackRe… in SendCallback() function in OHOS::Telephony::SendCallback
47 SendCallback::~SendCallback() in ~SendCallback()
98 void SendCallback::OnSmsSendResult(const ISendShortMessageCallback::SmsSendResult result) in OnSmsSendResult()
Dnapi_sms.cpp133 static int32_t ActuallySendTextMessage(SendMessageContext &parameter, std::unique_ptr<SendCallback>… in ActuallySendTextMessage()
147 static int32_t ActuallySendDataMessage(SendMessageContext &parameter, std::unique_ptr<SendCallback>… in ActuallySendDataMessage()
168 std::unique_ptr<SendCallback> sendCallback = in ActuallySendMessage()
169 …std::make_unique<SendCallback>(hasSendCallback, env, parameter.thisVarRef, parameter.sendCallbackR… in ActuallySendMessage()
/base/telephony/core_service/services/network_search/include/
Dnetwork_utils.h176 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb…
188 bool SendCallback(
215 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb…
228 …bool SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCallback> *callb…
/base/telephony/core_service/services/network_search/src/
Dnetwork_utils.cpp351 bool EventSender::SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCall… in SendCallback() function in OHOS::Telephony::EventSender
359 bool EventSender::SendCallback( in SendCallback() function in OHOS::Telephony::EventSender
377 bool EventSender::SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCall… in SendCallback() function in OHOS::Telephony::EventSender
387 bool EventSender::SendCallback(int32_t slotId, RadioEvent radioEvent, const sptr<INetworkSearchCall… in SendCallback() function in OHOS::Telephony::EventSender
Dnetwork_search_manager.cpp244 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_SET_STATUS, &callback, fun, rst)) { in SetRadioState()
547 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_GET_STATUS, &callback)) { in GetRadioState()
572 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_NETWORK_SEARCH_RESULT, &callback)) { in GetNetworkSearchInformation()
632 …bool ret = eventSender_->SendCallback(slotId, RadioEvent::RADIO_GET_NETWORK_SELECTION_MODE, &callb… in GetNetworkSelectionMode()
671 bool ret = eventSender_->SendCallback( in SetNetworkSelectionMode()
722 …if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_GET_PREFERRED_NETWORK_MODE, &callback)) { in GetPreferredNetwork()
1164 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_GET_NR_OPTION_MODE, &callback)) { in GetNrOptionMode()