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:GetCurrentMode
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_chip_test.cpp
60
* @tc.desc:
GetCurrentMode
72
EXPECT_TRUE(wifiChip->
GetCurrentMode
(modeId) == HDF_ERR_INVALID_PARAM);
in HWTEST_F()
74
wifiChip->
GetCurrentMode
(modeId);
in HWTEST_F()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H
A
D
istream_pipeline_core.h
48
virtual VdiOperationMode
GetCurrentMode
() const = 0;
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H
A
D
stream_pipeline_core.h
42
VdiOperationMode
GetCurrentMode
() const override;
H
A
D
stream_pipeline_core.cpp
165
VdiOperationMode StreamPipelineCore::
GetCurrentMode
() const
in GetCurrentMode()
function in OHOS::Camera::StreamPipelineCore
/drivers/peripheral/display/composer/test/common/
H
A
D
hdi_test_display.h
41
DisplayModeInfo
GetCurrentMode
() const
in GetCurrentMode()
function in OHOS::HDI::Display::TEST::HdiTestDisplay
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi_chip.h
53
int32_t
GetCurrentMode
(uint32_t& modeId) override;
H
A
D
wifi_chip.cpp
168
int32_t WifiChip::
GetCurrentMode
(uint32_t& modeId)
in GetCurrentMode()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiChip
/drivers/peripheral/display/composer/test/unittest/
H
A
D
hdi_composer_ut.cpp
162
DisplayModeInfo mode = GetFirstDisplay()->
GetCurrentMode
();
in CreateLayers()
1017
DisplayModeInfo mode = GetFirstDisplay()->
GetCurrentMode
();
in HWTEST_F()
/drivers/peripheral/display/composer/test/benchmark/
H
A
D
display_benchmark_test.cpp
503
DisplayModeInfo mode = HdiTestDevice::GetInstance().GetFirstDisplay()->
GetCurrentMode
();
in BENCHMARK_F()
/drivers/peripheral/display/composer/test/moduletest/
H
A
D
hdi_device_test.cpp
325
DisplayModeInfo mode = GetFirstDisplay()->
GetCurrentMode
();
in CreateLayers()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_operator_vdi_impl.cpp
171
if (mode != streamPipeline_->
GetCurrentMode
()) {
in IsStreamsSupported()
Completed in 8 milliseconds