/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/ |
H A D | rtc_core.c | 16 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time) in RtcHostReadTime() 31 int32_t RtcHostWriteTime(struct RtcHost *host, const struct RtcTime *time) in RtcHostWriteTime() 46 int32_t RtcHostReadAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcHostReadAlarm() 91 int32_t RtcHostAlarmInterruptEnable(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, uint8_t en… in RtcHostAlarmInterruptEnable() 106 int32_t RtcHostGetFreq(struct RtcHost *host, uint32_t *freq) in RtcHostGetFreq() 121 int32_t RtcHostSetFreq(struct RtcHost *host, uint32_t freq) in RtcHostSetFreq() 136 int32_t RtcHostReset(struct RtcHost *host) in RtcHostReset() 151 int32_t RtcHostReadReg(struct RtcHost *host, uint8_t usrDefIndex, uint8_t *value) in RtcHostReadReg() 166 int32_t RtcHostWriteReg(struct RtcHost *host, uint8_t usrDefIndex, uint8_t value) in RtcHostWriteReg() 183 struct RtcHost *host = NULL; in RtcHostCreate() local [all …]
|
H A D | rtc_service.c | 20 static int32_t RtcServiceIoReadTime(struct RtcHost *host, struct HdfSBuf *reply) in RtcServiceIoReadTime() 39 static int32_t RtcServiceIoWriteTime(struct RtcHost *host, struct HdfSBuf *data) in RtcServiceIoWriteTime() 84 static int32_t RtcServiceIoWriteAlarm(struct RtcHost *host, struct HdfSBuf *data) in RtcServiceIoWriteAlarm() 112 struct RtcHost *host = NULL; in RtcAlarmServiceCallback() local 142 static int32_t RtcServiceIoRegisterAlarmCallback(struct RtcHost *host, struct HdfSBuf *data) in RtcServiceIoRegisterAlarmCallback() 158 static int32_t RtcServiceIoInterruptEnable(struct RtcHost *host, struct HdfSBuf *data) in RtcServiceIoInterruptEnable() 183 static int32_t RtcServiceIoGetFreq(struct RtcHost *host, struct HdfSBuf *reply) in RtcServiceIoGetFreq() 202 static int32_t RtcServiceIoSetFreq(struct RtcHost *host, struct HdfSBuf *data) in RtcServiceIoSetFreq() 221 static int32_t RtcServiceIoReset(struct RtcHost *host) in RtcServiceIoReset() 259 static int32_t RtcServiceIoWriteReg(struct RtcHost *host, struct HdfSBuf *data) in RtcServiceIoWriteReg() [all …]
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/ |
H A D | distributed_bms_host_test.cpp | 61 MockDistributedBmsHost host; variable 81 MockDistributedBmsHost host; variable 101 MockDistributedBmsHost host; variable 124 MockDistributedBmsHost host; variable 147 MockDistributedBmsHost host; variable 170 MockDistributedBmsHost host; variable 192 MockDistributedBmsHost host; variable 215 MockDistributedBmsHost host; variable 239 MockDistributedBmsHost host; variable 263 MockDistributedBmsHost host; variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/ |
H A D | uart_core.c | 16 int32_t UartHostRequest(struct UartHost *host) in UartHostRequest() 46 int32_t UartHostRelease(struct UartHost *host) in UartHostRelease() 70 void UartHostDestroy(struct UartHost *host) in UartHostDestroy() 81 struct UartHost *host = NULL; in UartHostCreate() local
|
H A D | uart_service.c | 17 static int32_t UartIoRead(struct UartHost *host, struct HdfSBuf *data, struct HdfSBuf *reply) in UartIoRead() 56 static int32_t UartIoWrite(struct UartHost *host, struct HdfSBuf *data) in UartIoWrite() 68 static int32_t UartIoGetBaud(struct UartHost *host, struct HdfSBuf *reply) in UartIoGetBaud() 85 static int32_t UartIoSetBaud(struct UartHost *host, struct HdfSBuf *data) in UartIoSetBaud() 96 static int32_t UartIoGetAttribute(struct UartHost *host, struct HdfSBuf *reply) in UartIoGetAttribute() 113 static int32_t UartIoSetAttribute(struct UartHost *host, struct HdfSBuf *data) in UartIoSetAttribute() 131 static int32_t UartIoSetTransMode(struct UartHost *host, struct HdfSBuf *data) in UartIoSetTransMode() 144 struct UartHost *host = NULL; in UartIoDispatch() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | uart_dev.c | 44 struct UartHost *host = NULL; in UartDevOpen() local 57 struct UartHost *host = NULL; in UartDevRelease() local 74 struct UartHost *host = NULL; in UartDevRead() local 104 struct UartHost *host = NULL; in UartDevWrite() local 132 static int32_t UartCfgAttr(struct UartHost *host, unsigned long arg) in UartCfgAttr() 153 struct UartHost *host = NULL; in UartDevIoctl() local 199 struct UartHost *host = NULL; in uartdev_poll() local 224 static void UartAddRemoveDev(struct UartHost *host, bool add) in UartAddRemoveDev() 262 void UartAddDev(struct UartHost *host) in UartAddDev() 267 void UartRemoveDev(struct UartHost *host) in UartRemoveDev()
|
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/ |
H A D | uart_dev_sample.c | 22 struct UartHost *host = NULL; in UartSampleDevOpen() local 39 struct UartHost *host = NULL; in UartSampleRelease() local 57 struct UartHost *host = NULL; in UartSampleRead() local 85 struct UartHost *host = NULL; in UartSampleWrite() local 115 struct UartHost *host = NULL; in UartSampleDevIoctl() local 147 static void AddRemoveUartDev(struct UartHost *host, bool add) in AddRemoveUartDev() 183 void AddUartDevice(struct UartHost *host) in AddUartDevice() 188 void RemoveUartDevice(struct UartHost *host) in RemoveUartDevice()
|
H A D | uart_sample.c | 64 static int32_t SampleUartHostInit(struct UartHost *host) in SampleUartHostInit() 74 static int32_t SampleUartHostDeinit(struct UartHost *host) in SampleUartHostDeinit() 84 static int32_t SampleUartHostWrite(struct UartHost *host, uint8_t *data, uint32_t size) in SampleUartHostWrite() 107 static int32_t SampleUartHostSetBaud(struct UartHost *host, uint32_t baudRate) in SampleUartHostSetBaud() 137 static int32_t SampleUartHostGetBaud(struct UartHost *host, uint32_t *baudRate) in SampleUartHostGetBaud() 233 static int32_t AttachUartDevice(struct UartHost *host, struct HdfDeviceObject *device) in AttachUartDevice() 268 static void DetachUartDevice(struct UartHost *host) in DetachUartDevice() 304 struct UartHost *host = NULL; in SampleUartDriverInit() local 327 struct UartHost *host = NULL; in SampleUartDriverRelease() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_pattern.cpp | 30 auto host = GetHost(); in OnAttachToFrameNode() local 46 auto host = GetHost(); in OnModifyDone() local 65 auto host = GetHost(); in MarkIsSelected() local 92 auto host = GetHost(); in SetAccessibilityAction() local 153 auto host = GetHost(); in InitHoverEvent() local 171 auto host = GetHost(); in HandleHoverEvent() local 191 auto host = GetHost(); in InitPressEvent() local 209 auto host = GetHost(); in HandlePressEvent() local 225 auto host = GetHost(); in InitDisableStyle() local 255 auto host = GetHost(); in GetInnerFocusPaintRect() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_pattern.cpp | 66 auto host = GetHost(); in OnModifyDone() local 119 auto host = GetHost(); in SetAccessibilityAction() local 139 auto host = GetHost(); in UpdateSelectStatus() local 156 auto host = GetHost(); in MarkIsSelected() local 169 auto host = GetHost(); in OnAfterModifyDone() local 182 auto host = GetHost(); in InitTouchEvent() local 210 auto host = GetHost(); in OnTouchDown() local 237 auto host = GetHost(); in OnTouchUp() local 262 auto host = GetHost(); in InitClickEvent() local 279 auto host = GetHost(); in OnClick() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_pattern.cpp | 74 auto host = GetHost(); in OnModifyDone() local 99 auto host = GetHost(); in UpdateSwitchPaintProperty() local 126 auto host = GetHost(); in UpdateSwitchLayoutProperty() local 159 auto host = GetHost(); in SetAccessibilityAction() local 179 auto host = GetHost(); in UpdateSelectStatus() local 196 auto host = GetHost(); in MarkIsSelected() local 204 auto host = GetHost(); in OnAfterModifyDone() local 228 auto host = GetHost(); in OnChange() local 239 auto host = GetHost(); in GetSwitchWidth() local 249 auto host = GetHost(); in GetSwitchContentOffsetX() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_pattern.cpp | 41 auto host = GetHost(); in OnAttachToFrameNode() local 56 auto host = GetHost(); in UpdateIndicator() local 84 auto host = GetHost(); in OnModifyDone() local 126 auto host = GetHost(); in SetAccessibilityAction() local 145 auto host = GetHost(); in UpdateSelectStatus() local 162 auto host = GetHost(); in MarkIsSelected() local 175 auto host = GetHost(); in OnAfterModifyDone() local 191 auto host = GetHost(); in InitClickEvent() local 209 auto host = GetHost(); in InitTouchEvent() local 233 auto host = GetHost(); in InitMouseEvent() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_layout_property.cpp | 29 auto host = GetHost(); in ResetWaterflowLayoutInfoAndMeasure() local 101 inline bool UseSegmentedLayout(const RefPtr<FrameNode>& host) in UseSegmentedLayout() 108 inline bool SWLayout(const RefPtr<FrameNode>& host) in SWLayout() 118 auto host = GetHost(); in OnRowsGapUpdate() local 125 auto host = GetHost(); in OnColumnsGapUpdate() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/uart/ |
H A D | uart_core.h | 58 static inline struct HdfDeviceObject *UartHostToDevice(const struct UartHost *host) in UartHostToDevice() 80 static inline int32_t UartHostRead(struct UartHost *host, uint8_t *data, uint32_t size) in UartHostRead() 88 static inline int32_t UartHostWrite(struct UartHost *host, uint8_t *data, uint32_t size) in UartHostWrite() 96 static inline int32_t UartHostGetBaud(struct UartHost *host, uint32_t *baudRate) in UartHostGetBaud() 104 static inline int32_t UartHostSetBaud(struct UartHost *host, uint32_t baudRate) in UartHostSetBaud() 112 static inline int32_t UartHostGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostGetAttribute() 120 static inline int32_t UartHostSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartHostSetAttribute() 128 static inline int32_t UartHostSetTransMode(struct UartHost *host, enum UartTransMode mode) in UartHostSetTransMode() 136 static inline int32_t UartHostPollEvent(struct UartHost *host, void *filep, void *table) in UartHostPollEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_pattern.cpp | 32 auto host = GetHost(); in OnMountToParentDone() local 77 auto host = GetHost(); in AddHeader() local 96 auto host = GetHost(); in AddFooter() local 115 auto host = GetHost(); in GetMenu() local 137 auto host = GetHost(); in UpdateMenuItemIconInfo() local 164 auto host = GetHost(); in ModifyDivider() local 179 auto host = GetHost(); in OnExtItemPressed() local 193 auto host = GetHost(); in OnIntItemPressed() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/rtc/ |
H A D | rtc_adapter.c | 67 static int32_t HiRtcReadTime(struct RtcHost *host, struct RtcTime *hdfTime) in HiRtcReadTime() 87 static int32_t HiRtcWriteTime(struct RtcHost *host, const struct RtcTime *hdfTime) in HiRtcWriteTime() 108 static int32_t HiReadAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, struct RtcTime *hdf… in HiReadAlarm() 130 static int32_t HiWriteAlarm(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, const struct RtcTi… in HiWriteAlarm() 155 static int32_t HiAlarmInterruptEnable(struct RtcHost *host, enum RtcAlarmIndex alarmIndex, uint8_t … in HiAlarmInterruptEnable() 192 struct RtcHost *host = NULL; in HiRtcBind() local 207 struct RtcHost *host = NULL; in HiRtcInit() local 221 struct RtcHost *host = NULL; in HiRtcRelease() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.cpp | 45 auto host = GetHost(); in OnAttachToFrameNode() local 65 auto host = GetHost(); in SetGestureEvent() local 111 auto host = GetHost(); in InitMouseEvent() local 170 auto host = GetHost(); in UpdateHandleHotZone() local 250 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in HandleOnClick() local 320 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in HandlePanStart() local 337 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in HandlePanMove() local 583 auto host = GetHost(); in UpdateShowArea() local 669 auto host = GetHost(); in StartHiddenHandleTask() local 756 auto host = GetHost(); in SetContentModifierBounds() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_pattern.cpp | 36 auto host = GetHost(); in OnAttachToFrameNode() local 53 auto host = GetHost(); in OnModifyDone() local 82 auto host = GetHost(); in SetAccessibilityAction() local 101 auto host = GetHost(); in UpdateSelectStatus() local 119 auto host = GetHost(); in MarkIsSelected() local 135 auto host = GetHost(); in InitClickEvent() local 154 auto host = GetHost(); in InitTouchEvent() local 178 auto host = GetHost(); in InitMouseEvent() local 203 auto host = GetHost(); in HandleMouseEvent() local 210 auto host = GetHost(); in OnClick() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_text_field.cpp | 28 auto host = GetHost(); in GetFocusHub() local 38 auto host = GetHost(); in PerformAction() local 61 auto host = GetHost(); in InitDragEvent() local 69 auto host = GetHost(); in ApplyNormalTheme() local 82 auto host = GetHost(); in IsTextEditableForStylus() local 145 auto host = GetHost(); in GetRequestKeyboardId() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/ |
H A D | select_content_overlay_pattern.cpp | 30 auto host = GetHost(); in UpdateMenuIsShow() local 40 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in UpdateMenuInfo() local 52 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in UpdateIsShowHandleLine() local 63 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in UpdateIsSingleHandle() local 79 auto host = DynamicCast<SelectOverlayNode>(GetHost()); in CancelHiddenHandleTask() local 144 auto host = GetHost(); in UpdateHandleHotZoneWithPoint() local 192 auto host = GetHost(); in UpdateHandleHotRegion() local 218 auto host = GetHost(); in UpdateViewPort() local 237 auto host = GetHost(); in SetHandleCircleIsShow() local 247 auto host = GetHost(); in SetIsHandleLineShow() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/ |
H A D | uart_adapter.c | 40 static int32_t UartAdapterInit(struct UartHost *host) in UartAdapterInit() 74 static int32_t UartAdapterDeInit(struct UartHost *host) in UartAdapterDeInit() 101 static int32_t UartAdapterRead(struct UartHost *host, uint8_t *data, uint32_t size) in UartAdapterRead() 136 static int32_t UartAdapterWrite(struct UartHost *host, uint8_t *data, uint32_t size) in UartAdapterWrite() 245 static int32_t UartAdapterGetBaud(struct UartHost *host, uint32_t *baudRate) in UartAdapterGetBaud() 317 static int32_t UartAdapterSetBaud(struct UartHost *host, uint32_t baudRate) in UartAdapterSetBaud() 416 static int32_t UartAdapterGetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartAdapterGetAttribute() 444 static int32_t UartAdapterSetAttribute(struct UartHost *host, struct UartAttribute *attribute) in UartAdapterSetAttribute() 489 static int32_t UartAdapterSetTransMode(struct UartHost *host, enum UartTransMode mode) in UartAdapterSetTransMode() 522 struct UartHost *host = NULL; in HdfUartInit() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_pattern.cpp | 58 auto host = GetHost(); in OnAttachToFrameNode() local 118 auto host = GetHost(); in OnModifyDone() local 161 auto host = GetHost(); in ImageNodeCreate() local 202 auto host = GetHost(); in SetAccessibilityAction() local 221 auto host = GetHost(); in UpdateSelectStatus() local 239 auto host = GetHost(); in MarkIsSelected() local 254 auto host = GetHost(); in OnAfterModifyDone() local 270 auto host = GetHost(); in InitClickEvent() local 291 auto host = GetHost(); in InitTouchEvent() local 318 auto host = GetHost(); in InitMouseEvent() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 57 auto host = GetHost(); in OnAttachToFrameNode() local 86 auto host = GetHost(); in BeforeSyncGeometryProperties() local 95 auto host = GetHost(); in TriggerPageTransition() local 141 auto host = GetHost(); in ProcessAutoSave() local 153 auto host = GetHost(); in ProcessHideState() local 166 auto host = GetHost(); in ProcessShowState() local 282 auto host = GetHost(); in OnHide() local 351 auto host = GetHost(); in BuildSharedTransitionMap() local 359 auto host = GetHost(); in ReloadPage() local 434 auto host = GetHost(); in StopPageTransition() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_pattern.cpp | 40 auto host = GetHost(); in OnAttachToFrameNode() local 80 auto host = GetHost(); in StartAnimation() local 93 auto host = GetHost(); in StopAnimation() local 103 auto host = GetHost(); in RegisterVisibleAreaChange() local 143 auto host = GetHost(); in FireBuilder() local 170 auto host = GetHost(); in BuildContentModifierNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.cpp | 49 auto host = GetHost(); in OnAttachToFrameNode() local 98 auto host = GetHost(); in CreateLayoutAlgorithm() local 139 auto host = GetHost(); in SetStartNode() local 174 auto host = GetHost(); in SetEndNode() local 224 auto host = GetHost(); in GetContentSize() local 233 auto host = GetHost(); in GetListFrameNode() local 246 auto host = GetHost(); in GetParentFrameNode() local 277 auto host = GetHost(); in SetOffsetChangeCallBack() local 292 auto host = GetHost(); in OnModifyDone() local 327 auto host = GetHost(); in MarkDirtyNode() local [all …]
|