/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_handle_util.h | 75 inline constexpr bool IsDynamicResource(const RenderHandle handle) in IsDynamicResource() 92 inline constexpr bool IsDepthImage(const RenderHandle handle) in IsDepthImage() 98 inline constexpr bool IsDeferredDestroy(const RenderHandle handle) in IsDeferredDestroy() 122 inline constexpr bool IsShallowResource(const RenderHandle handle) in IsShallowResource() 128 inline constexpr bool IsSwapchain(const RenderHandle& handle) in IsSwapchain() 133 inline constexpr uint32_t GetHasNamePart(const RenderHandle handle) in GetHasNamePart() 138 inline constexpr bool IsGpuBuffer(const RenderHandle& handle) in IsGpuBuffer() 142 inline constexpr bool IsGpuImage(const RenderHandle& handle) in IsGpuImage() 146 inline constexpr bool IsGpuSampler(const RenderHandle& handle) in IsGpuSampler() 162 inline constexpr uint32_t GetIndexPart(const RenderHandle handle) in GetIndexPart() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/mipi/ |
H A D | mipi_csi_if.c | 19 void MipiCsiClose(DevHandle handle) in MipiCsiClose() 24 int32_t MipiCsiSetComboDevAttr(DevHandle handle, ComboDevAttr *pAttr) in MipiCsiSetComboDevAttr() 34 int32_t MipiCsiSetExtDataType(DevHandle handle, ExtDataType* dataType) in MipiCsiSetExtDataType() 39 int32_t MipiCsiSetHsMode(DevHandle handle, LaneDivideMode laneDivideMode) in MipiCsiSetHsMode() 44 int32_t MipiCsiEnableClock(DevHandle handle, uint8_t comboDev) in MipiCsiEnableClock() 49 int32_t MipiCsiDisableClock(DevHandle handle, uint8_t comboDev) in MipiCsiDisableClock() 54 int32_t MipiCsiResetRx(DevHandle handle, uint8_t comboDev) in MipiCsiResetRx() 59 int32_t MipiCsiUnresetRx(DevHandle handle, uint8_t comboDev) in MipiCsiUnresetRx() 74 int32_t MipiCsiResetSensor(DevHandle handle, uint8_t snsResetSource) in MipiCsiResetSensor() 79 int32_t MipiCsiUnresetSensor(DevHandle handle, uint8_t snsResetSource) in MipiCsiUnresetSensor() [all …]
|
H A D | mipi_dsi_if.c | 19 void MipiDsiClose(DevHandle handle) in MipiDsiClose() 24 int32_t MipiDsiSetCfg(DevHandle handle, struct MipiCfg *cfg) in MipiDsiSetCfg() 29 int32_t MipiDsiGetCfg(DevHandle handle, struct MipiCfg *cfg) in MipiDsiGetCfg() 34 void MipiDsiSetLpMode(DevHandle handle) in MipiDsiSetLpMode() 39 void MipiDsiSetHsMode(DevHandle handle) in MipiDsiSetHsMode() 44 int32_t MipiDsiTx(DevHandle handle, struct DsiCmdDesc *cmd) in MipiDsiTx() 49 int32_t MipiDsiRx(DevHandle handle, struct DsiCmdDesc *cmd, int32_t readLen, uint8_t *out) in MipiDsiRx() 54 int32_t MipiDsiAttach(DevHandle handle, uint8_t *name) in MipiDsiAttach() 59 int32_t MipiDsiSetDrvData(DevHandle handle, void *panelData) in MipiDsiSetDrvData()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_playback.cpp | 64 if (auto handle = animationManager_->Write(animation_); handle) { in SetPlaybackState() local 71 if (auto handle = animationManager_->Read(animation_); handle) { in GetPlaybackState() local 79 if (auto handle = animationManager_->Write(animation_); handle) { in SetRepeatCount() local 86 if (auto handle = animationManager_->Read(animation_); handle) { in GetRepeatCount() local 94 if (auto handle = animationManager_->Write(animation_); handle) { in SetWeight() local 101 if (auto handle = animationManager_->Read(animation_); handle) { in GetWeight() local 125 if (auto handle = animationManager_->Read(animation_); handle) { in GetAnimationLength() local 143 if (auto handle = animationManager_->Write(animation_); handle) { in SetStartOffset() local 150 if (auto handle = animationManager_->Read(animation_); handle) { in GetStartOffset() local 165 if (auto handle = animationManager_->Read(animation_); handle) { in GetDuration() local [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerInterfaceDependCheckTest.cpp | 50 OH_AVMuxer* handle = nullptr; in Create() local 129 OH_AVMuxer* handle = Create(muxerDemo); variable 150 OH_AVMuxer* handle = Create(muxerDemo); variable 174 OH_AVMuxer* handle = Create(muxerDemo); variable 199 OH_AVMuxer* handle = Create(muxerDemo); variable 227 OH_AVMuxer* handle = Create(muxerDemo); variable 258 OH_AVMuxer* handle = Create(muxerDemo); variable 279 OH_AVMuxer* handle = Create(muxerDemo); variable 304 OH_AVMuxer* handle = Create(muxerDemo); variable 329 OH_AVMuxer* handle = Create(muxerDemo); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 141 OH_AVCodec *handle = Create(decoderDemo); variable 160 OH_AVCodec *handle = Create(decoderDemo); variable 182 OH_AVCodec *handle = Create(decoderDemo); variable 204 OH_AVCodec *handle = Create(decoderDemo); variable 235 OH_AVCodec *handle = Create(decoderDemo); variable 275 OH_AVCodec *handle = Create(decoderDemo); variable 312 OH_AVCodec *handle = Create(decoderDemo); variable 349 OH_AVCodec *handle = Create(decoderDemo); variable 386 OH_AVCodec *handle = Create(decoderDemo); variable 423 OH_AVCodec *handle = Create(decoderDemo); variable [all …]
|
H A D | NativeNullCheckTest.cpp | 49 OH_AVCodec* handle = decoderDemo->NativeCreateByMime(nullptr); variable 64 OH_AVCodec* handle = decoderDemo->NativeCreateByName(nullptr); variable 94 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 115 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 151 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 177 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 196 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 230 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 267 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable 307 OH_AVCodec* handle = decoderDemo->NativeCreateByName("OH.Media.Codec.Decoder.Audio.Mpeg"); variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 143 OH_AVCodec *handle = Create(encoderDemo); variable 162 OH_AVCodec *handle = Create(encoderDemo); variable 184 OH_AVCodec *handle = Create(encoderDemo); variable 206 OH_AVCodec *handle = Create(encoderDemo); variable 237 OH_AVCodec *handle = Create(encoderDemo); variable 277 OH_AVCodec *handle = Create(encoderDemo); variable 314 OH_AVCodec *handle = Create(encoderDemo); variable 351 OH_AVCodec *handle = Create(encoderDemo); variable 388 OH_AVCodec *handle = Create(encoderDemo); variable 425 OH_AVCodec *handle = Create(encoderDemo); variable [all …]
|
H A D | NativeNullCheckTest.cpp | 49 OH_AVCodec* handle = encoderDemo->NativeCreateByMime(nullptr); variable 64 OH_AVCodec* handle = encoderDemo->NativeCreateByName(nullptr); variable 94 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 115 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 151 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 180 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 199 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 236 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 276 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable 319 OH_AVCodec* handle = encoderDemo->NativeCreateByName("OH.Media.Codec.Encoder.Audio.AAC"); variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_if.c | 13 int32_t CanBusOpen(int32_t number, DevHandle *handle) in CanBusOpen() 25 void CanBusClose(DevHandle handle) in CanBusClose() 30 int32_t CanBusSendMsg(DevHandle handle, const struct CanMsg *msg) in CanBusSendMsg() 35 int32_t CanBusReadMsg(DevHandle handle, struct CanMsg *msg, uint32_t tms) in CanBusReadMsg() 40 int32_t CanBusAddFilter(DevHandle handle, const struct CanFilter *filter) in CanBusAddFilter() 45 int32_t CanBusDelFilter(DevHandle handle, const struct CanFilter *filter) in CanBusDelFilter() 50 int32_t CanBusSetCfg(DevHandle handle, const struct CanConfig *cfg) in CanBusSetCfg() 55 int32_t CanBusGetCfg(DevHandle handle, struct CanConfig *cfg) in CanBusGetCfg() 60 int32_t CanBusGetState(DevHandle handle) in CanBusGetState()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/ |
H A D | rtc_if.c | 32 void RtcClose(DevHandle handle) in RtcClose() 37 int32_t RtcReadTime(DevHandle handle, struct RtcTime *time) in RtcReadTime() 47 int32_t RtcWriteTime(DevHandle handle, const struct RtcTime *time) in RtcWriteTime() 62 int32_t RtcReadAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, struct RtcTime *time) in RtcReadAlarm() 72 int32_t RtcWriteAlarm(DevHandle handle, enum RtcAlarmIndex alarmIndex, const struct RtcTime *time) in RtcWriteAlarm() 97 int32_t RtcAlarmInterruptEnable(DevHandle handle, enum RtcAlarmIndex alarmIndex, uint8_t enable) in RtcAlarmInterruptEnable() 107 int32_t RtcGetFreq(DevHandle handle, uint32_t *freq) in RtcGetFreq() 117 int32_t RtcSetFreq(DevHandle handle, uint32_t freq) in RtcSetFreq() 127 int32_t RtcReset(DevHandle handle) in RtcReset() 137 int32_t RtcReadReg(DevHandle handle, uint8_t usrDefIndex, uint8_t *value) in RtcReadReg() [all …]
|
/ohos5.0/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_cs.cpp | 34 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in DialRequest() local 57 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HangUpRequest() local 78 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in AnswerRequest() local 99 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in RejectRequest() local 117 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in HoldRequest() local 133 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in UnHoldCallRequest() local 149 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SwitchCallRequest() local 165 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CombineConferenceRequest() local 181 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in SeparateConferenceRequest() local 197 auto handle = DelayedSingleton<CellularCallService>::GetInstance()->GetHandler(slotId); in CallSupplementRequest() local [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/watchdog/ |
H A D | watchdog_if.c | 50 int32_t WatchdogOpen(int16_t wdtId, DevHandle *handle) in WatchdogOpen() 77 void WatchdogClose(DevHandle handle) in WatchdogClose() 89 int32_t WatchdogGetStatus(DevHandle handle, int32_t *status) in WatchdogGetStatus() 98 int32_t WatchdogStart(DevHandle handle) in WatchdogStart() 107 int32_t WatchdogStop(DevHandle handle) in WatchdogStop() 116 int32_t WatchdogSetTimeout(DevHandle handle, uint32_t seconds) in WatchdogSetTimeout() 125 int32_t WatchdogGetTimeout(DevHandle handle, uint32_t *seconds) in WatchdogGetTimeout() 134 int32_t WatchdogFeed(DevHandle handle) in WatchdogFeed()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() 28 static void FreeMem(BufferHandle *handle) in FreeMem() 35 static void *Mmap(BufferHandle *handle) in Mmap() 42 static int32_t Unmap(BufferHandle *handle) in Unmap() 49 static int32_t FlushCache(BufferHandle *handle) in FlushCache() 56 static int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_json.c | 38 void DslmDestroyJson(DslmJsonHandle handle) in DslmDestroyJson() 45 int32_t DslmGetJsonFieldInt(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldInt() 103 void DslmAddFieldBoolToJson(DslmJsonHandle handle, const char *field, bool value) in DslmAddFieldBoolToJson() 111 const char *DslmGetJsonFieldString(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldString() 135 DslmJsonHandle DslmGetJsonFieldJson(DslmJsonHandle handle, const char *field) in DslmGetJsonFieldJson() 140 DslmJsonHandle DslmGetJsonFieldJsonArray(DslmJsonHandle handle, uint32_t num) in DslmGetJsonFieldJsonArray() 145 int32_t DslmGetJsonFieldJsonArraySize(DslmJsonHandle handle) in DslmGetJsonFieldJsonArraySize() 150 void DslmAddFieldIntToJson(DslmJsonHandle handle, const char *field, int32_t value) in DslmAddFieldIntToJson() 170 void DslmAddFieldStringToJson(DslmJsonHandle handle, const char *field, const char *value) in DslmAddFieldStringToJson() 178 void DslmAddFieldJsonToJson(DslmJsonHandle handle, const char *field, DslmJsonHandle json) in DslmAddFieldJsonToJson() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | dialog_model.cpp | 34 void Dispose(ArkUI_NativeDialogHandle handle) in Dispose() 45 int32_t SetContent(ArkUI_NativeDialogHandle handle, ArkUI_NodeHandle content) in SetContent() 54 int32_t RemoveContent(ArkUI_NativeDialogHandle handle) in RemoveContent() 73 int32_t ResetContentAlignment(ArkUI_NativeDialogHandle handle) in ResetContentAlignment() 82 int32_t SetModalMode(ArkUI_NativeDialogHandle handle, bool isModal) in SetModalMode() 91 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel() 114 int32_t SetBackgroundColor(ArkUI_NativeDialogHandle handle, uint32_t backgroundColor) in SetBackgroundColor() 134 int32_t SetGridColumnCount(ArkUI_NativeDialogHandle handle, int32_t gridCount) in SetGridColumnCount() 143 int32_t EnableCustomStyle(ArkUI_NativeDialogHandle handle, bool enableCustomStyle) in EnableCustomStyle() 161 int32_t Show(ArkUI_NativeDialogHandle handle, bool showInSubWindow) in Show() [all …]
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/ |
H A D | audio_libcapture_test.cpp | 132 struct DevHandle *handle = nullptr; variable 145 struct DevHandle *handle = nullptr; variable 161 struct DevHandle *handle = {}; variable 178 struct DevHandle *handle = nullptr; variable 195 struct DevHandle *handle = nullptr; variable 217 struct DevHandle *handle = nullptr; variable 254 struct DevHandle *handle = nullptr; variable 286 struct DevHandle *handle = nullptr; variable 312 struct DevHandle *handle = nullptr; variable 506 struct DevHandle *handle = {}; variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/ |
H A D | uart_if.c | 44 void *handle = NULL; in UartOpen() local 60 void UartClose(DevHandle handle) in UartClose() 74 int32_t UartRead(DevHandle handle, uint8_t *data, uint32_t size) in UartRead() 79 int32_t UartWrite(DevHandle handle, uint8_t *data, uint32_t size) in UartWrite() 84 int32_t UartGetBaud(DevHandle handle, uint32_t *baudRate) in UartGetBaud() 89 int32_t UartSetBaud(DevHandle handle, uint32_t baudRate) in UartSetBaud() 94 int32_t UartGetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartGetAttribute() 99 int32_t UartSetAttribute(DevHandle handle, struct UartAttribute *attribute) in UartSetAttribute() 104 int32_t UartSetTransMode(DevHandle handle, enum UartTransMode mode) in UartSetTransMode()
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_hal_fn.cpp | 22 WifiError VendorHalInit(wifiHandle *handle) in VendorHalInit() 32 void VendorHalExit(wifiHandle handle, VendorHalExitHandler handler) in VendorHalExit() 37 void StartHalLoop(wifiHandle handle) in StartHalLoop() 52 WifiError VendorHalGetChannelsInBand(wifiInterfaceHandle handle, int band, in VendorHalGetChannelsInBand() 71 WifiError VendorHalDeleteIface(wifiHandle handle, const char* ifname) in VendorHalDeleteIface() 79 WifiError TriggerVendorHalRestart(wifiHandle handle) in TriggerVendorHalRestart() 104 static WifiError WifiGetSignalInfo(wifiInterfaceHandle handle, in WifiGetSignalInfo() 118 WifiError WifiStartScan(wifiInterfaceHandle handle, in WifiStartScan() 136 WifiError WifiGetScanInfo(wifiInterfaceHandle handle, in WifiGetScanInfo() 142 WifiError WifiStartPnoScan(wifiInterfaceHandle handle, in WifiStartPnoScan() [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_if.c | 69 static void HdmiUserClose(DevHandle handle) in HdmiUserClose() 85 static int32_t HdmiUserStart(DevHandle handle) in HdmiUserStart() 103 static int32_t HdmiUserStop(DevHandle handle) in HdmiUserStop() 121 static int32_t HdmiUserAvmuteSet(DevHandle handle, bool enable) in HdmiUserAvmuteSet() 387 static int32_t HdmiUserUnregisterHpdCallbackFunc(DevHandle handle) in HdmiUserUnregisterHpdCallbackFunc() 459 int32_t HdmiStart(DevHandle handle) in HdmiStart() 468 int32_t HdmiStop(DevHandle handle) in HdmiStop() 477 int32_t HdmiAvmuteSet(DevHandle handle, bool enable) in HdmiAvmuteSet() 487 int32_t HdmiDeepColorSet(DevHandle handle, enum HdmiDeepColor color) in HdmiDeepColorSet() 550 int32_t HdmiUnregisterHpdCallbackFunc(DevHandle handle) in HdmiUnregisterHpdCallbackFunc() [all …]
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | fast_audio_render.cpp | 38 int32_t FastRenderStart(AudioHandle handle) in FastRenderStart() 53 int32_t FastRenderStop(AudioHandle handle) in FastRenderStop() 63 int32_t FastRenderPause(AudioHandle handle) in FastRenderPause() 73 int32_t FastRenderResume(AudioHandle handle) in FastRenderResume() 88 int32_t FastRenderFlush(AudioHandle handle) in FastRenderFlush() 152 int32_t FastRenderSetMute(AudioHandle handle, bool mute) in FastRenderSetMute() 160 int32_t FastRenderGetMute(AudioHandle handle, bool *mute) in FastRenderGetMute() 168 int32_t FastRenderSetVolume(AudioHandle handle, float volume) in FastRenderSetVolume() 193 int32_t FastRenderGetGain(AudioHandle handle, float *gain) in FastRenderGetGain() 201 int32_t FastRenderSetGain(AudioHandle handle, float gain) in FastRenderSetGain() [all …]
|
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/ |
H A D | sdio_if.c | 51 DevHandle handle = NULL; in SdioOpen() local 90 void SdioClose(DevHandle handle) in SdioClose() 125 int32_t SdioReadBytesFromFixedAddr(DevHandle handle, uint8_t *data, in SdioReadBytesFromFixedAddr() 141 int32_t SdioWriteBytesToFixedAddr(DevHandle handle, uint8_t *data, in SdioWriteBytesToFixedAddr() 187 int32_t SdioSetBlockSize(DevHandle handle, uint32_t blockSize) in SdioSetBlockSize() 232 int32_t SdioFlushData(DevHandle handle) in SdioFlushData() 247 void SdioClaimHost(DevHandle handle) in SdioClaimHost() 264 void SdioReleaseHost(DevHandle handle) in SdioReleaseHost() 281 int32_t SdioEnableFunc(DevHandle handle) in SdioEnableFunc() 296 int32_t SdioDisableFunc(DevHandle handle) in SdioDisableFunc() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | signal.rs | 50 let handle = ylong_runtime::spawn(async move { in sdv_signal_recv_test() localVariable 94 let handle = ylong_runtime::spawn(async move { in sdv_signal_poll_recv_test() localVariable 136 let handle = ylong_runtime::spawn(async move { in sdv_signal_alarm() localVariable 151 let handle = ylong_runtime::spawn(async move { in sdv_signal_child() localVariable 166 let handle = ylong_runtime::spawn(async move { in sdv_signal_hangup() localVariable 181 let handle = ylong_runtime::spawn(async move { in sdv_signal_interrupt() localVariable 196 let handle = ylong_runtime::spawn(async move { in sdv_signal_io() localVariable 211 let handle = ylong_runtime::spawn(async move { in sdv_signal_pipe() localVariable 226 let handle = ylong_runtime::spawn(async move { in sdv_signal_terminate() localVariable 241 let handle = ylong_runtime::spawn(async move { in sdv_signal_user_defined1() localVariable [all …]
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pin/ |
H A D | pin_if.c | 20 void PinPut(DevHandle handle) in PinPut() 29 int32_t PinSetPull(DevHandle handle, enum PinPullType pullType) in PinSetPull() 42 int32_t PinGetPull(DevHandle handle, enum PinPullType *pullType) in PinGetPull() 55 int32_t PinSetStrength(DevHandle handle, uint32_t strength) in PinSetStrength() 68 int32_t PinGetStrength(DevHandle handle, uint32_t *strength) in PinGetStrength() 81 int32_t PinSetFunc(DevHandle handle, const char *funcName) in PinSetFunc() 94 int32_t PinGetFunc(DevHandle handle, const char **funcName) in PinGetFunc()
|
/ohos5.0/base/startup/init/services/begetctl/shell/ |
H A D | shell_bas.c | 22 char *BShellEnvErrString(BShellHandle handle, int32_t err) in BShellEnvErrString() 62 int32_t BShellCmdHelp(BShellHandle handle, int32_t argc, char *argv[]) in BShellCmdHelp() 98 int32_t BShellEnvOutput(BShellHandle handle, char *fmt, ...) in BShellEnvOutput() 140 void BShellEnvOutputByte(BShellHandle handle, char data) in BShellEnvOutputByte() 147 void BShellEnvOutputResult(BShellHandle handle, int32_t result) in BShellEnvOutputResult() 156 static void BShellEnvOutputParam(BShellHandle handle, char *var) in BShellEnvOutputParam() 163 void BShellEnvBackspace(BShellHandle handle, uint32_t length) in BShellEnvBackspace() 397 void BShellEnvLoop(BShellHandle handle) in BShellEnvLoop() 431 int BShellEnvStart(BShellHandle handle) in BShellEnvStart() 477 void BShellEnvDestory(BShellHandle handle) in BShellEnvDestory() [all …]
|