Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 23 of 23) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Dnetwork_utils.cpp315 auto fun = GetFunctionOfEvent<RilFunc_Event>(radioEvent); in SendBase() local
317 slotId, radioEvent, 0, nullptr, fun); in SendBase()
323 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(radioEvent); in SendBase() local
325 slotId, radioEvent, param, nullptr, fun); in SendBase()
331 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(radioEvent); in SendBase() local
333 slotId, radioEvent, firstParam, nullptr, fun); in SendBase()
340 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(radioEvent); in SendBase() local
342 slotId, radioEvent, firstParam, nullptr, fun); in SendBase()
349 auto fun = GetFunctionOfEvent<RilFunc_Event>(radioEvent); in SendCallback() local
351 slotId, radioEvent, 0, callback, fun); in SendCallback()
[all …]
Dnetwork_search_manager.cpp219 int32_t fun = static_cast<int32_t>(isOn); in SetRadioState() local
220 eventSender_->SendBase(slotId, RadioEvent::RADIO_SET_STATUS, fun, rst); in SetRadioState()
232 int32_t fun = static_cast<int32_t>(isOn); in SetRadioState() local
233 if (!eventSender_->SendCallback(slotId, RadioEvent::RADIO_SET_STATUS, &callback, fun, rst)) { in SetRadioState()
/base/request/request/download/dfx/event/statistics/
Dtask_statistics.cpp75 auto fun = [this]() { in StartTimerThread() local
88 std::thread th = std::thread(fun); in StartTimerThread()
/base/security/device_auth/frameworks/deviceauth_lite/source/json/
Dcommonutil.c121 int32_t memory_copy_error(const char *fun, unsigned int line) in memory_copy_error() argument
123 (void)fun; in memory_copy_error()
125 LOGE("memory copy error in fun:%s line:%u", fun, line); in memory_copy_error()
Dcommonutil.h32 int32_t memory_copy_error(const char *fun, unsigned int line);
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_modem_defs.h38 void (*SetRadioState)(const ReqDataInfo *requestInfo, int32_t fun, int32_t rst);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp68 auto fun = it->second; in OnRemoteRequest() local
69 if (fun == nullptr) { in OnRemoteRequest()
74 fun(data, reply); in OnRemoteRequest()
Dans_manager_stub.cpp280 auto fun = it->second; in OnRemoteRequest() local
281 if (fun == nullptr) { in OnRemoteRequest()
286 ErrCode result = fun(this, data, reply); in OnRemoteRequest()
/base/telephony/sms_mms/test/unittest/
Dsms_mms_test.cpp35 std::function<void(void)> fun = nullptr;
36 …nst std::string &name, const std::function<void(void)> &function) : funName(name), fun(function) {}
216 if ((*testFunArray)[caseNumber].fun != nullptr) { in main()
217 (*testFunArray)[caseNumber].fun(); in main()
/base/theme/wallpaper_mgr/utils/dfx/hisysevent_adapter/
Dstatistic_reporter.cpp64 auto fun = []() { in StartTimerThread() local
105 std::thread th = std::thread(fun); in StartTimerThread()
/base/telephony/ril_adapter/services/hril/include/
Dhril_modem.h30 int32_t SetRadioState(int32_t serialId, int32_t fun, int32_t rst);
Dhril_manager.h124 int32_t SetRadioState(int32_t slotId, int32_t serialId, int32_t fun, int32_t rst);
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_modem.h37 … int32_t SetRadioState(int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response);
Dtel_ril_manager.h48 …int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) overrid…
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_modem.cpp59 int32_t TelRilModem::SetRadioState(int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer … in SetRadioState() argument
62 …_FUNC_NAME, response, HREQ_MODEM_SET_RADIO_STATUS, &HDI::Ril::V1_0::IRil::SetRadioState, fun, rst); in SetRadioState()
Dtel_ril_manager.cpp207 int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) in SetRadioState() argument
209 …skSchedule(response, "TelRilModem", GetTelRilModem(slotId), &TelRilModem::SetRadioState, fun, rst); in SetRadioState()
/base/telephony/ril_adapter/services/hril/src/
Dhril_modem.cpp33 int32_t HRilModem::SetRadioState(int32_t serialId, int32_t fun, int32_t rst) in SetRadioState() argument
35 …Vendor(serialId, HREQ_MODEM_SET_RADIO_STATUS, modemFuncs_, &HRilModemReq::SetRadioState, fun, rst); in SetRadioState()
Dhril_manager.cpp571 int32_t HRilManager::SetRadioState(int32_t slotId, int32_t serialId, int32_t fun, int32_t rst) in SetRadioState() argument
573 …TaskSchedule(MODULE_HRIL_MODEM, hrilModem_[slotId], &HRilModem::SetRadioState, serialId, fun, rst); in SetRadioState()
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_header.cpp169 auto fun = decodeFunc->second; in DecodeMmsHeader() local
170 if (fun != nullptr && !(this->*fun)(fieldCode, decodeBuffer, len)) { in DecodeMmsHeader()
/base/telephony/core_service/interfaces/innerkits/include/
Di_tel_ril_manager.h39 … int32_t slotId, int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) = 0;
Dcore_manager_inner.h56 …int32_t slotId, int32_t eventId, int fun, int rst, const std::shared_ptr<AppExecFwk::EventHandler>…
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp809 int32_t fun = InputInt32(0, 0x7fffffff, "fun"); in SetRadioStateTest() local
810 int32_t ret = g_rilInterface->SetRadioState(slotId, GetSerialId(), fun, 0); in SetRadioStateTest()
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp699 …int32_t slotId, int32_t eventId, int fun, int rst, const std::shared_ptr<AppExecFwk::EventHandler>… in SetRadioState() argument
711 return telRilManager_->SetRadioState(slotId, fun, rst, response); in SetRadioState()