Home
last modified time | relevance | path

Searched refs:Reset (Results 1 - 25 of 30) sorted by relevance

12

/drivers/hdf_core/framework/include/bluetooth/
H A Dhdf_chip.h71 int32_t (*Reset)(struct HdfReset *resetManager); member
143 if (device == NULL || device->reset == NULL || device->reset->ops == NULL || device->reset->ops->Reset == NULL) { in HdfResetVirtualDevice()
146 ret = device->reset->ops->Reset(device->reset); in HdfResetVirtualDevice()
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wlan_reset_manager.h51 int32_t (*Reset)(struct ResetManager *resetManager); member
/drivers/peripheral/usb/ddk_service/include/
H A Dusb_ddk_permission.h29 static void Reset();
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/
H A Dimagedoheifencode_fuzzer.cpp50 heifHelper.Reset(); in DoHeifEncode()
/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_permission.cpp60 void DdkPermissionManager::Reset() in Reset() function in OHOS::HDI::Usb::Ddk::V1_0::DdkPermissionManager
H A Dusb_ddk_service.cpp138 DdkPermissionManager::Reset(); in Release()
/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_reset_manager.c102 resetMgrImpl->base.Reset = HdfChipReset; in HdfWlanCreateResetManager()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.h33 bool Reset(const std::string &filePath);
H A Dlexer.cpp82 bool Lexer::Reset(const std::string &filePath) in Reset() function in OHOS::HDI::Lexer
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dfile.h58 bool Reset() const;
H A Dfile.cpp168 bool File::Reset() const in Reset() function in OHOS::HDI::File
/drivers/peripheral/codec/test/demo/heif/include/
H A Dcodec_heif_helper.h42 void Reset();
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_heif_helper.h37 void Reset();
/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_core.c143 if (host->method == NULL || host->method->Reset == NULL) { in RtcHostReset()
144 HDF_LOGE("RtcHostReset: method or Reset is null!"); in RtcHostReset()
148 return host->method->Reset(host); in RtcHostReset()
/drivers/hdf_core/framework/support/platform/include/rtc/
H A Drtc_core.h42 int32_t (*Reset)(struct RtcHost *host); member
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_emitter.cpp20 if (!Reset(ast, targetDirectory, mode)) { in OutPut()
28 bool CodeEmitter::Reset(const AutoPtr<AST> &ast, const std::string &targetDirectory, GenMode mode) in Reset() function in OHOS::HDI::CodeEmitter
H A Dcode_emitter.h78 bool Reset(const AutoPtr<AST> &ast, const std::string &targetDirectory, GenMode mode);
/drivers/peripheral/codec/test/demo/heif/src/
H A Dcodec_heif_helper.cpp25 Reset(); in DoEncode()
72 void HeifEncoderHelper::Reset() in Reset() function in OHOS::VDI::HEIF::HeifEncoderHelper
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddcamera_device.h59 int32_t Reset() override;
/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
H A Drtc_adapter.c185 .Reset = NULL,
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DRightMenu.js46 static Reset(detail, x, y) {
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.h62 bool Reset(const std::string &sourceFile);
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.cpp124 if (!lexer.Reset(sourceFile)) { in ParseFileDetail()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_heif_helper.cpp49 void HeifEncodeHelper::Reset() in Reset() function in OHOS::VDI::HEIF::HeifEncodeHelper
/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c158 if (resetMgr->Reset(resetMgr) != HDF_SUCCESS) { in HdfWlanResetProcess()

Completed in 10 milliseconds

12