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:FIELD_DEVICE_ID
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H
A
D
dm_credential_manager.cpp
113
jsonObj[
FIELD_DEVICE_ID
] = localDeviceId;
in RequestCredential()
308
!IsString(jsonObject,
FIELD_DEVICE_ID
) || !IsString(jsonObject, FIELD_DEVICE_PK)) {
in GetCredentialData()
313
std::string deviceId = jsonObject[
FIELD_DEVICE_ID
].get<std::string>();
in GetCredentialData()
318
jsonPkInfo[
FIELD_DEVICE_ID
] = deviceId;
in GetCredentialData()
370
jsonObject[
FIELD_DEVICE_ID
] = credentialDataInfo.peerDeviceId;
in to_json()
464
jsonObject[
FIELD_DEVICE_ID
] = peerCredentialInfo.peerDeviceId;
in to_json()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
147
jsonObj[
FIELD_DEVICE_ID
] = sLocalDeviceId;
in CreateGroup()
344
jsonObj[
FIELD_DEVICE_ID
] = localDeviceId;
in AddMember()
488
jsonObj[
FIELD_DEVICE_ID
] = localDeviceId;
in onRequest()
793
jsonObj[
FIELD_DEVICE_ID
] = sLocalDeviceId;
in CreateGroup()
H
A
D
mine_hichain_connector.cpp
174
jsonObj[
FIELD_DEVICE_ID
] = std::string(deviceUdid);
in CreateGroup()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H
A
D
device_auth.h
59
#define
FIELD_DEVICE_ID
"deviceId"
macro
/foundation/communication/dsoftbus/core/authentication/src/
H
A
D
auth_hichain.c
216
!AddStringToJsonObject(msg,
FIELD_DEVICE_ID
, localUdid) ||
in OnRequest()
Completed in 8 milliseconds