Home
last modified time | relevance | path

Searched refs:DispatcherId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dmessage_router.h38 ErrorCode RegistLocalService(const DispatcherId dispatcherId, struct ServiceDef *mapper);
40 ErrorCode UnregistLocalService(const DispatcherId dispatcherId, ServiceId serviceId);
H A Dmessage_config.h52 DispatcherId dispatcherId;
H A Dmessage_types.h22 typedef uint8_t DispatcherId; typedef
H A Dmessage_router_inner.h61 void DestroyDispatcherInner(const NodeId nodeId, const DispatcherId dispatcherId);
H A Dsidecar.h85 DispatcherId dispatcherId;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c40 DispatcherId dispatcherId;
73 static MessageDispatcher *RefDispatcherInner(const DispatcherId dispatcherId, bool requireLock) in RefDispatcherInner()
109 static ErrorCode RegDispatcher(DispatcherId dispatcherId, MessageDispatcher *dispatcher) in RegDispatcher()
243 static ErrorCode DoRegistService(const NodeId nodeId, const DispatcherId dispatcherId, RemoteServic… in DoRegistService()
272 static ErrorCode RegistServiceInner(const NodeId nodeId, const DispatcherId dispatcherId, struct Se… in RegistServiceInner()
334 ErrorCode RegistLocalService(const DispatcherId dispatcherId, struct ServiceDef *mapper) in RegistLocalService()
371 static ErrorCode UnregistServiceInner(const NodeId nodeId, const DispatcherId dispatcherId, const S… in UnregistServiceInner()
409 ErrorCode UnregistLocalService(const DispatcherId dispatcherId, ServiceId serviceId) in UnregistLocalService()
H A Dsidecar.c24 DispatcherId dispatcherId;