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:localUdidHash
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_connection_fsm_test.cpp
586
char
localUdidHash
[HB_SHORT_UDID_HASH_HEX_LEN + 1] = {0};
in HWTEST_F()
local
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_session_message.c
508
char
localUdidHash
[SHA_256_HEX_HASH_LEN] = { 0 };
in UpdateLocalAuthState()
local
H
A
D
auth_interface.c
418
uint8_t
localUdidHash
[UDID_HASH_LEN] = {0};
in FillAuthSessionInfo()
local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H
A
D
meta_info_manager.cpp
212
const std::string &
localUdidHash
= DHContext::GetInstance().GetDeviceInfo().udidHash;
in SyncRemoteMetaInfos()
local
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H
A
D
lnn_event_form.h
125
const char *
localUdidHash
; // LOCAL_UDID_HASH
member
144
char
localUdidHash
[HB_SHORT_UDID_HASH_HEX_LEN + 1]; // LOCAL_UDID_HASH
member
/foundation/distributedhardware/device_manager/services/implementation/src/
H
A
D
device_manager_service_impl.cpp
620
std::string
localUdidHash
= std::string(localDeviceId);
in PutIdenticalAccountToAcl()
local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_connection_fsm.c
96
char
localUdidHash
[HB_SHORT_UDID_HASH_HEX_LEN + 1];
member
504
static int32_t GetUdidHashForDfx(char *
localUdidHash
, char *peerUdidHash, LnnConntionInfo *connInfo)
in GetUdidHashForDfx()
argument
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
dm_auth_manager.cpp
2069
std::string
localUdidHash
= static_cast<std::string>(mUdidHash);
in CompatiblePutAcl()
local
2246
std::string
localUdidHash
= static_cast<std::string>(mUdidHash);
in PutAccessControlList()
local
Completed in 14 milliseconds