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:charArray
(Results
1 - 4
of
4
) sorted by relevance
/foundation/resourceschedule/memmgr/common/src/
H
A
D
kernel_interface.cpp
454
void DeleteCharArrayIfNotNull(char *
charArray
)
in DeleteCharArrayIfNotNull()
argument
456
if (
charArray
) {
in DeleteCharArrayIfNotNull()
457
delete []
charArray
;
in DeleteCharArrayIfNotNull()
458
charArray
= nullptr;
in DeleteCharArrayIfNotNull()
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_hichain_auth_connector.cpp
607
char *
charArray
= strdup(g_processCredentialReturnDataStr.c_str());
in ProcessCredential()
local
608
if (
charArray
== nullptr) {
in ProcessCredential()
612
*returnData =
charArray
;
in ProcessCredential()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H
A
D
ecs_serializer.cpp
432
char*
charArray
= &GetPropertyValue<char>(offset);
in SetDefaultSerializers()
433
charArray
[value.copy(
charArray
, property.size - 1)] = '\0';
in SetDefaultSerializers()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_serializer.cpp
493
char*
charArray
= &GetPropertyValue<char>(offset);
in SetDefaultSerializers()
494
charArray
[value.copy(
charArray
, property.size - 1)] = '\0';
in SetDefaultSerializers()
Completed in 7 milliseconds