/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
D | sys_event_manager.rs | 280 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/ |
D | cupsd.conf | 74 …<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/ |
D | daemon.cpp | 154 …Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, (uint8_t *)bufString.c_str(), bufString… in HandDaemonAuth() 172 … Send(hSession->sessionId, channelId, CMD_KERNEL_HANDSHAKE, (uint8_t *)bufString.c_str(), in HandDaemonAuth() 226 …Send(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/ |
D | network_utils.cpp | 322 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/ |
D | country_code_callback_host.h | 34 bool Send(const std::shared_ptr<CountryCode>& country);
|
D | gnss_status_callback_host.h | 38 bool Send(std::unique_ptr<SatelliteStatus>& statusInfo);
|
D | location_switch_callback_host.h | 37 bool Send(int switchState);
|
D | cached_locations_callback_host.h | 40 bool Send(std::vector<std::shared_ptr<Location>>& locations);
|
D | nmea_message_callback_host.h | 39 bool Send(const std::string msg);
|
D | locating_required_data_callback_host.h | 36 bool Send(const std::vector<std::shared_ptr<LocatingRequiredData>>& data);
|
/base/location/frameworks/native/source/ |
D | location_switch_callback_host.cpp | 72 bool LocationSwitchCallbackHost::Send(int switchState) in Send() function in OHOS::Location::LocationSwitchCallbackHost 149 Send(switchState); in OnSwitchChange()
|
D | gnss_status_callback_host.cpp | 54 Send(statusInfo); in OnRemoteRequest() 70 bool GnssStatusCallbackHost::Send(std::unique_ptr<SatelliteStatus>& statusInfo) in Send() function in OHOS::Location::GnssStatusCallbackHost
|
D | cached_locations_callback_host.cpp | 58 Send(locations); in OnRemoteRequest() 75 bool CachedLocationsCallbackHost::Send(std::vector<std::shared_ptr<Location>>& locations) in Send() function in OHOS::Location::CachedLocationsCallbackHost
|
D | country_code_callback_host.cpp | 59 bool CountryCodeCallbackHost::Send(const std::shared_ptr<CountryCode>& country) in Send() function in OHOS::Location::CountryCodeCallbackHost 150 Send(country); in OnCountryCodeChange()
|
D | nmea_message_callback_host.cpp | 77 bool NmeaMessageCallbackHost::Send(const std::string msg) in Send() function in OHOS::Location::NmeaMessageCallbackHost 157 Send(msg); in OnMessageChange()
|
D | locating_required_data_callback_host.cpp | 86 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/ |
D | plugin_manager.rs | 33 pub trait IPlugin: Any + Send + Sync + std::panic::RefUnwindSafe {
|
/base/telephony/core_service/services/network_search/include/ |
D | network_utils.h | 256 bool Send( 295 bool EventSender::Send( in Send() function
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 339 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/ |
D | task_manager.rs | 45 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()
|
D | request_task.rs | 67 unsafe impl Send for Files {}
|
/base/usb/usb_manager/ |
D | README.md | 135 // Send data. Select the corresponding TX endpoint (endpoint.direction == 0) from deviceList for da…
|