Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 22 of 22) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
Dsys_event_manager.rs280 F1: Fn(&[HiSysEventRecord]) + Send + Sync + 'static, in new()
281 F2: Fn(i32, i32) + Send + Sync + 'static, in new()
310 F: Fn(&[HiSysEventRecord]) + Send + Sync + 'static, in on_query_callback()
333 F: Fn(i32, i32) + Send + Sync + 'static, in on_complete_callback()
440 F1: Fn(HiSysEventRecord) + Send + Sync + 'static, in new()
441 F2: Fn() + Send + Sync + 'static, in new()
469 F: Fn(HiSysEventRecord) + Send + Sync + 'static, in on_event()
484 F: Fn() + Send + Sync + 'static, in on_service_died()
/base/print/print_fwk/etc/init/
Dcupsd.conf74 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
118 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
164 …<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Creat…
/base/update/updater/services/flashd/daemon/
Ddaemon.cpp154Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, (uint8_t *)bufString.c_str(), bufString… in HandDaemonAuth()
172Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, (uint8_t *)bufString.c_str(), in HandDaemonAuth()
226Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, (uint8_t *)bufString.c_str(), bufString… in DaemonSessionHandshake()
250 Send(hSession->sessionId, channelId, CMD_KERNEL_CHANNEL_CLOSE, payload, 1); in FetchCommand()
294 return Send(sessionId, channelId, command, (uint8_t *)bufPtr, size) > 0; in ServerCommand()
/base/telephony/core_service/services/network_search/src/
Dnetwork_utils.cpp322 return Send<EventGetMode::GET_EVENT_BY_HANDLERID, RilFunc_Event>(parameters); in SendBase()
330 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_Event, int32_t>(parameters, param); in SendBase()
338 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_Int_Event, int32_t, int32_t>( in SendBase()
347 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Int_String_Event, int32_t, std::string>( in SendBase()
356 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Event>(parameters); in SendCallback()
365 return Send<EventGetMode::GET_EVENT_BY_PARAM, RilFunc_Event>(parameters); in SendCallback()
374 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Int_Event, int32_t>(parameters, param); in SendCallbackEx()
383 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Int_Int_Event, int32_t, int32_t>( in SendCallback()
393 return Send<EventGetMode::GET_EVENT_BY_INDEX, RilFunc_Int_String_Event, int32_t, std::string>( in SendCallback()
/base/location/interfaces/inner_api/include/
Dcountry_code_callback_host.h34 bool Send(const std::shared_ptr<CountryCode>& country);
Dgnss_status_callback_host.h38 bool Send(std::unique_ptr<SatelliteStatus>& statusInfo);
Dlocation_switch_callback_host.h37 bool Send(int switchState);
Dcached_locations_callback_host.h40 bool Send(std::vector<std::shared_ptr<Location>>& locations);
Dnmea_message_callback_host.h39 bool Send(const std::string msg);
Dlocating_required_data_callback_host.h36 bool Send(const std::vector<std::shared_ptr<LocatingRequiredData>>& data);
/base/location/frameworks/native/source/
Dlocation_switch_callback_host.cpp72 bool LocationSwitchCallbackHost::Send(int switchState) in Send() function in OHOS::Location::LocationSwitchCallbackHost
149 Send(switchState); in OnSwitchChange()
Dgnss_status_callback_host.cpp54 Send(statusInfo); in OnRemoteRequest()
70 bool GnssStatusCallbackHost::Send(std::unique_ptr<SatelliteStatus>& statusInfo) in Send() function in OHOS::Location::GnssStatusCallbackHost
Dcached_locations_callback_host.cpp58 Send(locations); in OnRemoteRequest()
75 bool CachedLocationsCallbackHost::Send(std::vector<std::shared_ptr<Location>>& locations) in Send() function in OHOS::Location::CachedLocationsCallbackHost
Dcountry_code_callback_host.cpp59 bool CountryCodeCallbackHost::Send(const std::shared_ptr<CountryCode>& country) in Send() function in OHOS::Location::CountryCodeCallbackHost
150 Send(country); in OnCountryCodeChange()
Dnmea_message_callback_host.cpp77 bool NmeaMessageCallbackHost::Send(const std::string msg) in Send() function in OHOS::Location::NmeaMessageCallbackHost
157 Send(msg); in OnMessageChange()
Dlocating_required_data_callback_host.cpp86 bool LocatingRequiredDataCallbackHost::Send(const std::vector<std::shared_ptr<LocatingRequiredData>… in Send() function in OHOS::Location::LocatingRequiredDataCallbackHost
170 Send(data); in OnLocatingDataChange()
/base/msdp/device_status/rust/data/sys/src/
Dplugin_manager.rs33 pub trait IPlugin: Any + Send + Sync + std::panic::RefUnwindSafe {
/base/telephony/core_service/services/network_search/include/
Dnetwork_utils.h256 bool Send(
295 bool EventSender::Send( in Send() function
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp339 cachedCallbackHost->Send(locationsForSend); in CachedLocationsCallbackHostFuzzerTest()
358 callbackHost->Send(countryCodePtr); in CountryCodeCallbackHostFuzzerTest()
378 gnssCallbackHost->Send(statusInfo); in GnssStatusCallbackHostFuzzerTest()
397 switchCallbackHost->Send(SWITCH_STATE_ON); in LocationSwitchCallbackHostFuzzerTest()
442 nmeaCallbackHost->Send(msg); in NmeaMessageCallbackHostFuzzerTest()
/base/request/request/services/service/rust/src/
Dtask_manager.rs45 event_cb: Option<Box<dyn Fn(String, &NotifyData) + Send + Sync + 'static>>,
46 info_cb: Option<Box<dyn Fn(&TaskInfo) + Send + Sync + 'static>>,
194 event_cb: Box<dyn Fn(String, &NotifyData) + Send + Sync + 'static>, in register_callback()
195 info_cb: Box<dyn Fn(&TaskInfo) + Send + Sync + 'static>, in register_callback()
Drequest_task.rs67 unsafe impl Send for Files {}
/base/usb/usb_manager/
DREADME.md135 // Send data. Select the corresponding TX endpoint (endpoint.direction == 0) from deviceList for da…