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:StringLength
(Results
1 - 10
of
10
) sorted by relevance
/base/security/crypto_framework/common/inc/
H
A
D
hcf_string.h
69
uint32_t
StringLength
(const HcString *self);
/base/security/device_auth/common_lib/interfaces/
H
A
D
hc_string.h
86
uint32_t
StringLength
(const HcString *self);
/base/security/crypto_framework/common/src/
H
A
D
hcf_string.c
106
uint32_t
StringLength
(const HcString *self)
in StringLength()
function
135
uint32_t strLen =
StringLength
(self);
in StringFind()
H
A
D
params_parser.c
224
uint32_t strLen =
StringLength
(&str);
in ParseAndSetParameter()
/base/security/device_auth/common_lib/impl/src/
H
A
D
hc_string.c
137
uint32_t
StringLength
(const HcString *self)
in StringLength()
function
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H
A
D
common_lib_test.cpp
308
uint32_t retLen =
StringLength
(nullptr);
in HWTEST_F()
310
retLen =
StringLength
(&selfStr);
in HWTEST_F()
313
retLen =
StringLength
(&selfStr);
in HWTEST_F()
/base/security/crypto_framework/test/unittest/src/
H
A
D
crypto_common_cov_test.cpp
413
uint32_t ret =
StringLength
(nullptr);
in HWTEST_F()
/base/security/device_auth/services/identity_manager/src/
H
A
D
cert_operation.c
147
if (memcpy_s(userId, userIdLen, StringGet(&(*ptr)->userId),
StringLength
(&(*ptr)->userId)) != EOK) {
in GetSelfUserId()
/base/security/device_auth/services/data_manager/src/
H
A
D
data_manager.c
173
uint32_t len =
StringLength
(str) + sizeof(char);
in SaveStringVectorToParcel()
/base/security/device_auth/services/session_manager/src/session/v2/
H
A
D
dev_session_v2.c
686
if (memcpy_s(userId, userIdLen, StringGet(&(*ptr)->userId),
StringLength
(&(*ptr)->userId)) != EOK) {
in GetSelfUserId()
Completed in 11 milliseconds