Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Reset
(Results
1 - 25
of
30
) sorted by relevance
1
2
/drivers/hdf_core/framework/include/bluetooth/
H
A
D
hdf_chip.h
71
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
D
hdf_wlan_reset_manager.h
51
int32_t (*
Reset
)(struct ResetManager *resetManager);
member
/drivers/peripheral/usb/ddk_service/include/
H
A
D
usb_ddk_permission.h
29
static void
Reset
();
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedoheifencode_fuzzer/
H
A
D
imagedoheifencode_fuzzer.cpp
50
heifHelper.
Reset
();
in DoHeifEncode()
/drivers/peripheral/usb/ddk_service/src/
H
A
D
usb_ddk_permission.cpp
60
void DdkPermissionManager::
Reset
()
in Reset()
function in OHOS::HDI::Usb::Ddk::V1_0::DdkPermissionManager
H
A
D
usb_ddk_service.cpp
138
DdkPermissionManager::
Reset
();
in Release()
/drivers/hdf_core/framework/model/network/wifi/platform/src/
H
A
D
hdf_wlan_reset_manager.c
102
resetMgrImpl->base.
Reset
= HdfChipReset;
in HdfWlanCreateResetManager()
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H
A
D
lexer.h
33
bool
Reset
(const std::string &filePath);
H
A
D
lexer.cpp
82
bool Lexer::
Reset
(const std::string &filePath)
in Reset()
function in OHOS::HDI::Lexer
/drivers/hdf_core/framework/tools/hdi-gen/util/
H
A
D
file.h
58
bool
Reset
() const;
H
A
D
file.cpp
168
bool File::
Reset
() const
in Reset()
function in OHOS::HDI::File
/drivers/peripheral/codec/test/demo/heif/include/
H
A
D
codec_heif_helper.h
42
void
Reset
();
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H
A
D
encode_heif_helper.h
37
void
Reset
();
/drivers/hdf_core/framework/support/platform/src/rtc/
H
A
D
rtc_core.c
143
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
D
rtc_core.h
42
int32_t (*
Reset
)(struct RtcHost *host);
member
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H
A
D
code_emitter.cpp
20
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
D
code_emitter.h
78
bool
Reset
(const AutoPtr<AST> &ast, const std::string &targetDirectory, GenMode mode);
/drivers/peripheral/codec/test/demo/heif/src/
H
A
D
codec_heif_helper.cpp
25
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
D
dcamera_device.h
59
int32_t
Reset
() override;
/drivers/hdf_core/adapter/khdf/linux/platform/rtc/
H
A
D
rtc_adapter.c
185
.
Reset
= NULL,
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H
A
D
RightMenu.js
46
static
Reset
(detail, x, y) {
/drivers/hdf_core/framework/tools/hdi-gen/parser/
H
A
D
parser.h
62
bool
Reset
(const std::string &sourceFile);
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H
A
D
preprocessor.cpp
124
if (!lexer.
Reset
(sourceFile)) {
in ParseFileDetail()
/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H
A
D
encode_heif_helper.cpp
49
void HeifEncodeHelper::
Reset
()
in Reset()
function in OHOS::VDI::HEIF::HeifEncodeHelper
/drivers/hdf_core/framework/model/network/wifi/core/
H
A
D
hdf_wifi_core.c
158
if (resetMgr->
Reset
(resetMgr) != HDF_SUCCESS) {
in HdfWlanResetProcess()
Completed in 10 milliseconds
1
2