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
defs:masterUdid
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H
A
D
hb_fsm_mock.cpp
56
int32_t LnnNotifyMasterElect(const char *networkId, const char *
masterUdid
, int32_t masterWeight)
in LnnNotifyMasterElect()
argument
H
A
D
hb_strategy_mock.cpp
56
int32_t LnnNotifyMasterElect(const char *networkId, const char *
masterUdid
, int32_t masterWeight)
in LnnNotifyMasterElect()
argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_net_builder_init.c
408
char
masterUdid
[UDID_BUF_LEN] = { 0 };
in TryElectAsMasterState()
local
H
A
D
lnn_net_builder.c
143
void UpdateLocalMasterNode(bool isCurrentNode, const char *
masterUdid
, int32_t weight)
in UpdateLocalMasterNode()
argument
168
char
masterUdid
[UDID_BUF_LEN] = { 0 };
in SyncElectMessage()
local
1164
int32_t LnnNotifyMasterElect(const char *networkId, const char *
masterUdid
, int32_t masterWeight)
in LnnNotifyMasterElect()
argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H
A
D
lnn_net_builder.h
118
char
masterUdid
[UDID_BUF_LEN];
member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H
A
D
lnn_node_info.h
137
char
masterUdid
[UDID_BUF_LEN];
member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H
A
D
lnn_distributed_net_ledger_manager.c
194
const char *
masterUdid
= NULL;
in DlGetMasterUdid()
local
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H
A
D
lnn_heartbeat_medium_mgr.c
986
char
masterUdid
[UDID_BUF_LEN] = { 0 };
in HbMediumMgrRecvHigherWeight()
local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H
A
D
lnn_local_net_ledger.c
2307
const char*
masterUdid
= g_localNetLedger.localInfo.
masterUdid
;
in LnnIsMasterNode()
local
Completed in 13 milliseconds