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:AttestStrdup
(Results
1 - 19
of
19
) sorted by relevance
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H
A
D
attest_tdd_mock_property.c
23
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_VERSIONID);
in AttestGetVersionId()
28
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_HASH);
in AttestGetBuildRootHash()
33
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_SOFTWARE_VERSION);
in AttestGetDisplayVersion()
38
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_MANU);
in AttestGetManufacture()
43
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_MODEL);
in AttestGetProductModel()
48
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_BRAND);
in AttestGetBrand()
53
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_PATCH);
in AttestGetSecurityPatchTag()
58
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_UDID);
in AttestGetUdid()
63
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_SERIAL);
in AttestGetSerial()
/test/xts/device_attest_lite/test/tdd/gtest/src/
H
A
D
attest_tdd_mock_property.c
24
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_VERSIONID);
in AttestGetVersionId()
29
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_HASH);
in AttestGetBuildRootHash()
34
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_SOFTWARE_VERSION);
in AttestGetDisplayVersion()
39
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_MANU);
in AttestGetManufacture()
44
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_MODEL);
in AttestGetProductModel()
49
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_BRAND);
in AttestGetBrand()
54
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_PATCH);
in AttestGetSecurityPatchTag()
59
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_UDID);
in AttestGetUdid()
64
return
AttestStrdup
(ATTEST_MOCK_PROPERTY_SERIAL);
in AttestGetSerial()
/test/xts/device_attest/services/core/adapter/
H
A
D
attest_adapter_os.c
24
return
AttestStrdup
(GetVersionId());
in OsGetVersionId()
29
return
AttestStrdup
(GetBuildRootHash());
in OsGetBuildRootHash()
34
return
AttestStrdup
(GetDisplayVersion());
in OsGetDisplayVersion()
44
char* res =
AttestStrdup
(manufacture);
in OsGetManufacture()
56
char* res =
AttestStrdup
(productModel);
in OsGetProductModel()
63
return
AttestStrdup
(GetBrand());
in OsGetBrand()
68
return
AttestStrdup
(GetSecurityPatchTag());
in OsGetSecurityPatchTag()
73
return
AttestStrdup
(GetSerial());
in OsGetSerial()
99
char* outputStr =
AttestStrdup
(udid);
in OsGetUdid()
/test/xts/device_attest_lite/services/core/adapter/
H
A
D
attest_adapter_os.c
24
return
AttestStrdup
(GetVersionId());
in OsGetVersionId()
29
return
AttestStrdup
(GetBuildRootHash());
in OsGetBuildRootHash()
34
return
AttestStrdup
(GetDisplayVersion());
in OsGetDisplayVersion()
39
return
AttestStrdup
(GetManufacture());
in OsGetManufacture()
44
return
AttestStrdup
(GetProductModel());
in OsGetProductModel()
49
return
AttestStrdup
(GetBrand());
in OsGetBrand()
54
return
AttestStrdup
(GetSecurityPatchTag());
in OsGetSecurityPatchTag()
59
return
AttestStrdup
(GetSerial());
in OsGetSerial()
85
char* outputStr =
AttestStrdup
(udid);
in OsGetUdid()
/test/xts/device_attest/services/core/attest/
H
A
D
attest_service_active.c
66
devicePacket->ticket =
AttestStrdup
(authResult->ticket);
in GenActiveMsg()
67
devicePacket->tokenInfo.uuid =
AttestStrdup
((char*)tokenId);
in GenActiveMsg()
68
devicePacket->tokenInfo.token =
AttestStrdup
((char*)tokenValueHmac);
in GenActiveMsg()
H
A
D
attest_service_reset.c
54
devicePacket->tokenInfo.uuid =
AttestStrdup
((char*)tokenId);
in GenResetMsg()
55
devicePacket->tokenInfo.token =
AttestStrdup
((char*)tokenValueHmac);
in GenResetMsg()
H
A
D
attest_service_device.c
197
return
AttestStrdup
(g_devSysInfos[devType]);
in StrdupDevInfo()
202
return
AttestStrdup
("105625431");
in GetAppId()
207
return
AttestStrdup
("OpenHarmony");
in GetTenantId()
H
A
D
attest_service_auth.c
858
devicePacket->tokenInfo.uuid =
AttestStrdup
((char*)tokenId);
in GenAuthMsg()
859
devicePacket->tokenInfo.token =
AttestStrdup
((char*)tokenValueHmac);
in GenAuthMsg()
/test/xts/device_attest_lite/services/core/attest/
H
A
D
attest_service_active.c
66
devicePacket->ticket =
AttestStrdup
(authResult->ticket);
in GenActiveMsg()
67
devicePacket->tokenInfo.uuid =
AttestStrdup
((char*)tokenId);
in GenActiveMsg()
68
devicePacket->tokenInfo.token =
AttestStrdup
((char*)tokenValueHmac);
in GenActiveMsg()
H
A
D
attest_service_device.c
193
return
AttestStrdup
(g_devSysInfos[devType]);
in StrdupDevInfo()
198
return
AttestStrdup
("105625431");
in GetAppId()
203
return
AttestStrdup
("OpenHarmony");
in GetTenantId()
H
A
D
attest_service_reset.c
54
devicePacket->tokenInfo.uuid =
AttestStrdup
((char*)tokenId);
in GenResetMsg()
55
devicePacket->tokenInfo.token =
AttestStrdup
((char*)tokenValueHmac);
in GenResetMsg()
H
A
D
attest_service_auth.c
878
devicePacket->tokenInfo.uuid =
AttestStrdup
((char*)tokenId);
in GenAuthMsg()
879
devicePacket->tokenInfo.token =
AttestStrdup
((char*)tokenValueHmac);
in GenAuthMsg()
/test/xts/device_attest_lite/services/core/mini/attest/
H
A
D
attest_service_pcid.c
24
return
AttestStrdup
(ATTEST_DEFAULT_PCID);
in GetPcid()
/test/xts/device_attest/services/core/utils/
H
A
D
attest_utils_log.c
52
char *strDup =
AttestStrdup
(str);
in AttestLogAnonyStr()
H
A
D
attest_utils.c
71
char*
AttestStrdup
(const char* input)
in AttestStrdup()
function
/test/xts/device_attest_lite/services/core/include/utils/
H
A
D
attest_utils.h
48
char*
AttestStrdup
(const char* input);
/test/xts/device_attest/services/core/include/utils/
H
A
D
attest_utils.h
51
char*
AttestStrdup
(const char* input);
/test/xts/device_attest_lite/services/core/utils/
H
A
D
attest_utils_log.c
102
char *strDup =
AttestStrdup
(str);
in AttestLogAnonyStr()
H
A
D
attest_utils.c
74
char*
AttestStrdup
(const char* input)
in AttestStrdup()
function
Completed in 13 milliseconds