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:handleCnt
(Results
1 - 4
of
4
) sorted by relevance
/base/security/asset/interfaces/kits/c/src/
H
A
D
asset_api.c
47
int32_t OH_Asset_PostQuery(const Asset_Attr *handle, uint32_t
handleCnt
)
in OH_Asset_PostQuery()
argument
49
return AssetPostQuery((const AssetAttr *)handle,
handleCnt
);
in OH_Asset_PostQuery()
/base/security/asset/interfaces/inner_kits/c/inc/
H
A
D
asset_system_api.h
96
* @param
handleCnt
Number of the elements in the handle attribute set.
100
int32_t AssetPostQuery(const AssetAttr *handle, uint32_t
handleCnt
);
/base/security/asset/interfaces/kits/c/inc/
H
A
D
asset_api.h
189
* @param
handleCnt
Number of the elements in the handle attribute set.
203
int32_t OH_Asset_PostQuery(const Asset_Attr *handle, uint32_t
handleCnt
);
/base/security/asset/frameworks/c/system_api/src/
H
A
D
asset_system_api.c
57
int32_t AssetPostQuery(const AssetAttr *handle, uint32_t
handleCnt
)
in AssetPostQuery()
argument
59
return post_query_asset(handle,
handleCnt
);
in AssetPostQuery()
Completed in 2 milliseconds