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:IsValid
(Results
1 - 24
of
24
) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/
H
A
D
hdi_drm_layer.h
37
bool
IsValid
();
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H
A
D
hdi_drm_layer.h
38
bool
IsValid
() const;
H
A
D
hdi_drm_layer.cpp
71
bool DrmGemBuffer::
IsValid
() const
in IsValid()
function in OHOS::HDI::DISPLAY::DrmGemBuffer
H
A
D
hdi_drm_composition.cpp
76
DISPLAY_CHK_RETURN((!gemBuffer->
IsValid
()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid"));
in ApplyPlane()
/drivers/peripheral/wlan/test/unittest/chip/
H
A
D
wifi_sta_iface_test.cpp
73
EXPECT_FALSE(staIface->
IsValid
());
in HWTEST_F()
74
staIface->
IsValid
();
in HWTEST_F()
H
A
D
wifi_ap_iface_test.cpp
72
EXPECT_FALSE(apIface->
IsValid
());
in HWTEST_F()
H
A
D
wifi_p2p_iface_test.cpp
66
EXPECT_FALSE(p2pIface->
IsValid
());
in HWTEST_F()
/drivers/peripheral/wlan/chip/hdi_service/
H
A
D
wifi.h
41
bool
IsValid
();
H
A
D
wifi_ap_iface.h
36
bool
IsValid
();
H
A
D
wifi_sta_iface.h
37
bool
IsValid
();
H
A
D
wifi_p2p_iface.cpp
37
bool WifiP2pIface::
IsValid
()
in IsValid()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiP2pIface
H
A
D
wifi_ext_iface.cpp
39
bool WifiExtIface::
IsValid
()
in IsValid()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiExtIface
H
A
D
wifi_p2p_iface.h
36
bool
IsValid
();
H
A
D
wifi_ext_iface.h
36
bool
IsValid
();
H
A
D
wifi_ap_iface.cpp
40
bool WifiApIface::
IsValid
()
in IsValid()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
H
A
D
wifi_chip.h
48
bool
IsValid
();
H
A
D
wifi_sta_iface.cpp
41
bool WifiStaIface::
IsValid
()
in IsValid()
function in OHOS::HDI::Wlan::Chip::V1_0::WifiStaIface
/drivers/hdf_core/framework/tools/hdi-gen/util/
H
A
D
file.h
26
inline bool
IsValid
() const
in IsValid()
function in OHOS::HDI::File
/drivers/peripheral/display/composer/vdi_base/src/
H
A
D
hdi_drm_layer.cpp
73
bool DrmGemBuffer::
IsValid
()
in IsValid()
function in OHOS::HDI::DISPLAY::DrmGemBuffer
H
A
D
hdi_drm_composition.cpp
155
DISPLAY_CHK_RETURN((!gemBuffer->
IsValid
()), DISPLAY_FAILURE, DISPLAY_LOGE("the DrmGemBuffer is invalid"));
in ApplyPlane()
/drivers/peripheral/display/hdi_service/device/include/server/
H
A
D
display_device_service.h
103
bool
IsValid
();
/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H
A
D
lexer.cpp
85
if (file_ == nullptr || !file_->
IsValid
()) {
in Reset()
/drivers/peripheral/display/hdi_service/device/src/server/
H
A
D
display_device_service.cpp
379
bool DisplayDeviceService::
IsValid
()
in IsValid()
function in OHOS::Display::Device::Server::DisplayDeviceService
H
A
D
display_device_host_driver.cpp
152
if (device_ == nullptr || !device_->
IsValid
()) {
in OnRemoteRequest()
Completed in 12 milliseconds