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:udidList
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H
A
D
hichain_connector_fuzzer.cpp
78
std::vector<std::string>
udidList
;
in HiChainConnectorFuzzTest()
local
98
hichainConnector->GetTrustedDevicesUdid(jsonStr.data(),
udidList
);
in HiChainConnectorFuzzTest()
/foundation/deviceprofile/device_info_manager/old/radar/src/
H
A
D
dp_radar_helper.cpp
430
std::string DpRadarHelper::GetStringUdidList(std::list<std::string> &
udidList
)
in GetStringUdidList()
argument
433
for (auto it =
udidList
.begin(); it !=
udidList
.end(); it++) {
in GetStringUdidList()
434
if ((*it).compare(
udidList
.back()) == 0) {
in GetStringUdidList()
/foundation/deviceprofile/device_info_manager/old/radar/include/
H
A
D
dp_radar_helper.h
125
std::string GetStringUdidList(std::list<std::string> &
udidList
);
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_hichain_connector.cpp
1302
std::vector<std::string>
udidList
;
in HWTEST_F()
local
1304
int32_t ret = hiChainConnector->GetTrustedDevicesUdid(jsonStr.c_str(),
udidList
);
in HWTEST_F()
1318
std::vector<std::string>
udidList
;
in HWTEST_F()
local
1320
int32_t ret = hiChainConnector->GetTrustedDevicesUdid(jsonStr.c_str(),
udidList
);
in HWTEST_F()
1326
* @tc.desc: Verify that the function returns DM_OK and correctly populates the
udidList
.
1344
std::vector<std::string>
udidList
;
in HWTEST_F()
local
1346
int32_t ret = hiChainConnector->GetTrustedDevicesUdid(jsonStr,
udidList
);
in HWTEST_F()
1350
EXPECT_EQ(
udidList
, expectedUdidList);
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H
A
D
hichain_connector.h
264
int32_t GetTrustedDevicesUdid(const char* jsonStr, std::vector<std::string> &
udidList
);
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
1078
int32_t HiChainConnector::GetTrustedDevicesUdid(const char* jsonStr, std::vector<std::string> &
udidList
)
in GetTrustedDevicesUdid()
argument
1090
udidList
.push_back(udid);
in GetTrustedDevicesUdid()
Completed in 7 milliseconds