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:udidMap
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H
A
D
lnn_distributed_net_ledger.c
121
if ((info = (NodeInfo *)LnnMapGet(&map->
udidMap
, id)) != NULL) {
in GetNodeInfoFromMap()
140
LnnMapInit(&map->
udidMap
);
in InitDistributedInfo()
152
LnnMapDelete(&map->
udidMap
);
in DeinitDistributedInfo()
280
MapIterator *it = LnnMapInitIterator(&map->
udidMap
);
in GetDLOnlineNodeNumLocked()
310
MapIterator *it = LnnMapInitIterator(&map->
udidMap
);
in FillDLOnlineNodeInfoLocked()
364
MapIterator *it = LnnMapInitIterator(&map->
udidMap
);
in PostOnlineNodesToCb()
393
MapIterator *it = LnnMapInitIterator(&map->
udidMap
);
in LnnGetNodeInfoById()
430
MapIterator *it = LnnMapInitIterator(&map->
udidMap
);
in LnnGetNodeInfoByDeviceId()
661
oldInfo = (NodeInfo *)LnnMapGet(&map->
udidMap
, udid);
in LnnUpdateNetworkId()
712
oldInfo = (NodeInfo *)LnnMapGet(&map->
udidMap
, udi
in LnnUpdateNodeInfo()
[all...]
H
A
D
lnn_distributed_net_ledger_manager.c
1402
MapIterator *it = LnnMapInitIterator(&(LnnGetDistributedNetLedger()->distributedInfo.
udidMap
));
in LnnGetNetworkIdByBtMac()
1443
MapIterator *it = LnnMapInitIterator(&(LnnGetDistributedNetLedger()->distributedInfo.
udidMap
));
in LnnGetNetworkIdByUdidHash()
1491
MapIterator *it = LnnMapInitIterator(&(LnnGetDistributedNetLedger()->distributedInfo.
udidMap
));
in LnnGetConnSubFeatureByUdidHashStr()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H
A
D
lnn_distributed_net_ledger_common.h
64
Map
udidMap
;
member
/foundation/distributedhardware/device_manager/services/service/src/
H
A
D
device_manager_service.cpp
262
std::unordered_map<std::string, DmAuthForm>
udidMap
;
in GetTrustedDeviceList()
local
264
udidMap
= dmServiceImpl_->GetAppTrustDeviceIdList(std::string(ALL_PKGNAME));
in GetTrustedDeviceList()
266
udidMap
= dmServiceImpl_->GetAppTrustDeviceIdList(pkgName);
in GetTrustedDeviceList()
274
if (
udidMap
.find(udid) !=
udidMap
.end()) {
in GetTrustedDeviceList()
275
item.authForm =
udidMap
[udid];
in GetTrustedDeviceList()
Completed in 8 milliseconds