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:CheckValid
(Results
1 - 18
of
18
) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H
A
D
relational_remote_query_continue_token.h
30
bool
CheckValid
() const;
H
A
D
relational_remote_query_continue_token.cpp
28
bool RelationalRemoteQueryContinueToken::
CheckValid
() const
in CheckValid()
function in DistributedDB::RelationalRemoteQueryContinueToken
H
A
D
sqlite_single_ver_relational_continue_token.h
33
bool
CheckValid
() const;
H
A
D
sqlite_single_ver_relational_continue_token.cpp
25
bool SQLiteSingleVerRelationalContinueToken::
CheckValid
() const
in CheckValid()
function in DistributedDB::SQLiteSingleVerRelationalContinueToken
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H
A
D
ashmem.h
202
bool
CheckValid
(int32_t size, int32_t offset, int cmd);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H
A
D
sqlite_single_ver_continue_token.h
43
bool
CheckValid
() const;
H
A
D
sqlite_single_ver_continue_token.cpp
39
bool SQLiteSingleVerContinueToken::
CheckValid
() const
in CheckValid()
function in DistributedDB::SQLiteSingleVerContinueToken
H
A
D
sqlite_cloud_kv_store.cpp
204
if (!token->
CheckValid
()) {
in GetCloudDataNext()
230
if (!token->
CheckValid
()) {
in ReleaseCloudDataToken()
H
A
D
sqlite_single_ver_natural_store.cpp
824
if (token == nullptr || !(token->
CheckValid
())) {
in GetSyncDataNext()
906
if (token == nullptr || !(token->
CheckValid
())) {
in ReleaseContinueToken()
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
file.h
81
static bool
CheckValid
(const std::string &path);
H
A
D
file.cpp
69
if (!
CheckValid
(path)) {
in OpenByRead()
293
bool File::
CheckValid
(const std::string &path)
in CreatePartDir()
function in OHOS::Idl::File
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H
A
D
preprocessor.cpp
98
if (!File::
CheckValid
(filePath)) {
in CheckAllFilesPath()
212
if (!File::
CheckValid
(Options::GetInstance().GetImportFilePath(token.value))) {
in ParseImports()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H
A
D
webgl_texture.h
91
bool
CheckValid
(GLenum target, GLint level) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H
A
D
relational_sync_able_storage.cpp
463
if (!token->
CheckValid
()) {
in GetSyncDataNext()
918
if (!remoteToken->
CheckValid
()) {
in ExecuteQuery()
1138
if (!token->
CheckValid
()) {
in GetCloudDataNext()
1192
if (!token->
CheckValid
()) {
in ReleaseCloudDataToken()
1460
if (token == nullptr || !(token->
CheckValid
())) {
in ReleaseContinueToken()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_texture.cpp
405
bool WebGLTexture::
CheckValid
(GLenum target, GLint level) const
in CheckValid()
function in OHOS::Rosen::WebGLTexture
409
levelInfo->Dump("
CheckValid
", target, level);
in CheckValid()
H
A
D
webgl_rendering_context_draw.cpp
205
if (!texture->
CheckValid
(imgArg.target, imgArg.level)) {
in TexSubImage2D()
H
A
D
webgl2_rendering_context_impl.cpp
821
if (!texture->
CheckValid
(arg.target, arg.level)) {
in CheckTexSubImage3D()
/foundation/ability/idl_tool/idl_tool_2/parser/
H
A
D
parser.cpp
1898
if (!File::
CheckValid
(idlFilePath)) {
in CheckImport()
Completed in 29 milliseconds