Home
last modified time | relevance | path

Searched defs:dispatcher (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_dispatcher.c84 ErrorCode AppendToLocalDispatcher(MessageDispatcher *dispatcher, const uint8_t priority, MessageCon… in AppendToLocalDispatcher()
228 static void ReleaseAllMessage(MessageDispatcher *dispatcher) in ReleaseAllMessage()
240 MessageDispatcher *dispatcher = NULL; in RunDispatcher() local
284 static ErrorCode StartDispatcher(MessageDispatcher *dispatcher) in StartDispatcher()
344 static void ShutdownDispatcher(MessageDispatcher *dispatcher) in ShutdownDispatcher()
373 static void DestroyLocalDispatcher(MessageDispatcher *dispatcher) in DestroyLocalDispatcher()
397 ErrorCode CreateLocalDispatcher(MessageDispatcher **dispatcher, const DispatcherConfig *config) in CreateLocalDispatcher()
H A Dmessage_router.c109 static ErrorCode RegDispatcher(DispatcherId dispatcherId, MessageDispatcher *dispatcher) in RegDispatcher()
149 MessageDispatcher *dispatcher = NULL; in AddDispatcher() local
276 MessageDispatcher *dispatcher = NULL; in RegistServiceInner() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_task_dispatcher_test.cpp44 RSTaskDispatcher& dispatcher = RSTaskDispatcher::GetInstance(); variable
57 RSTaskDispatcher& dispatcher = RSTaskDispatcher::GetInstance(); variable
72 RSTaskDispatcher& dispatcher = RSTaskDispatcher::GetInstance(); variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_battery_observer.cpp25 ClassicBatteryObserverHf::ClassicBatteryObserverHf(utility::Dispatcher &dispatcher) : dispatcher_(&… in ClassicBatteryObserverHf()
50 ClassicBatteryObserverAg::ClassicBatteryObserverAg(utility::Dispatcher &dispatcher) : dispatcher_(&… in ClassicBatteryObserverAg()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dplatform_bridge.h40 void SetJsMessageDispatcher(const RefPtr<JsMessageDispatcher>& dispatcher) in SetJsMessageDispatcher()
H A Dplatform_bridge.cpp42 auto dispatcher = dispatcher_.Upgrade(); in SendMessage() local
/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_component_type_stub.h31 struct HdfRemoteDispatcher dispatcher; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_based_services_manager.cpp24 …rvicesManager::GattBasedServicesManager(GattServerService &server, utility::Dispatcher &dispatcher) in GattBasedServicesManager()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_factory.cpp24 …*addr, uint8_t scn, uint16_t mtu, DataTransportObserver &observer, utility::Dispatcher &dispatcher) in CreateRfcommTransport()
H A Dtransport_def.h56 utility::Dispatcher &dispatcher; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs121 let dispatcher = ConnDispatcher::http1(connector.connect(url).await?); in conn_h1() localVariable
189 let dispatcher = ConnDispatcher::http1(stream); in conn_negotiate() localVariable
194 let dispatcher = ConnDispatcher::http1(stream); in conn_negotiate() localVariable
221 let dispatcher = ConnDispatcher::http2(config, stream); in dispatch_h2_conn() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dmod.rs36 pub(crate) mod dispatcher; module
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_server.cpp24 ObexServerObserver &observer, utility::Dispatcher &dispatcher) in ObexMpServer()
49 …nst ObexPrivateServerConfig &config, ObexServerObserver &observer, utility::Dispatcher &dispatcher) in ObexPrivateMpServer()
/ohos5.0/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H A Dsys_dispatcher.cpp45 for (auto& dispatcher : dispatchList) { in DispatchEvent() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/nodes/
H A Dlocal_node.c28 MessageDispatcher *dispatcher; member
142 RemoteService *CreateLocalNodeService(MessageNode *node, MessageDispatcher *dispatcher, struct Serv… in CreateLocalNodeService()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/ipc/
H A Dhdf_remote_service.h75 struct HdfRemoteDispatcher *dispatcher; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_manager.cpp37 void IPowerManager::Initialize(utility::Dispatcher &dispatcher) in Initialize()
52 void PowerManager::Initialize(utility::Dispatcher &dispatcher) in Initialize()
102 PowerManager::PowerManager(utility::Dispatcher &dispatcher) : pimpl(std::make_unique<PowerManager::… in PowerManager()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevsvc_manager_proxy.c157 struct HdfRemoteDispatcher *dispatcher = NULL; in DevSvcManagerProxyGetService() local
190 struct HdfRemoteDispatcher *dispatcher = NULL; in DevSvcManagerProxyRemoveService() local
H A Ddevhost_service_stub.c115 static struct HdfRemoteDispatcher dispatcher = {.Dispatch = DevHostServiceStubDispatch}; in DevHostServiceStubConstruct() local
/ohos5.0/drivers/hdf_core/interfaces/inner_api/core/
H A Dhdf_io_service_if.h114 struct HdfIoDispatcher *dispatcher; member
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c57 static struct HdfIoDispatcher dispatcher = { .Dispatch = DeviceNodeExtDispatch }; in DeviceNodeExtPublishService() local
H A Ddevmgr_service_start.c129 static struct HdfIoDispatcher dispatcher = { in DeviceManagerStart() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_service.c31 …teService *HdfRemoteServiceObtain(struct HdfObject *object, struct HdfRemoteDispatcher *dispatcher) in HdfRemoteServiceObtain()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs94 let dispatcher = ConnDispatcher::http1( in conn() localVariable
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager_ext.c151 static struct HdfIoDispatcher dispatcher = { in DevSvcManagerExtStart() local

123