Searched defs:Send (Results 1 – 9 of 9) sorted by relevance
74 int32_t Send(const Event &event) in Send() function203 int32_t Channel<Event>::Send(const Event &event) in Send() function
83 bool CountryCodeCallbackNapi::Send(const std::shared_ptr<CountryCode>& country) in Send() function in OHOS::Location::CountryCodeCallbackNapi
122 bool GnssStatusCallbackNapi::Send(std::unique_ptr<SatelliteStatus>& statusInfo) in Send() function in OHOS::Location::GnssStatusCallbackNapi
109 bool LocationErrorCallbackNapi::Send(int32_t errorCode) in Send() function in OHOS::Location::LocationErrorCallbackNapi
123 bool LocationSwitchCallbackNapi::Send(int switchState) in Send() function in OHOS::Location::LocationSwitchCallbackNapi
126 bool CachedLocationsCallbackNapi::Send(std::vector<std::unique_ptr<Location>>& locations) in Send() function in OHOS::Location::CachedLocationsCallbackNapi
129 bool NmeaMessageCallbackNapi::Send(const std::string msg) in Send() function in OHOS::Location::NmeaMessageCallbackNapi
143 bool LocatingRequiredDataCallbackNapi::Send(const std::vector<std::shared_ptr<LocatingRequiredData>… in Send() function in OHOS::Location::LocatingRequiredDataCallbackNapi
311 bool EventSender::Send( in Send() function