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:TAG_GROUP_ID
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
tlv_tag.h
58
TAG_GROUP_ID
,
member in OHOS::UDMF::TAG
H
A
D
tlv_util.cpp
190
if (!data.Write(TAG::
TAG_GROUP_ID
, input.groupId)) {
in Writing()
220
case static_cast<uint16_t>(TAG::
TAG_GROUP_ID
):
in Reading()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H
A
D
auth_message_processor.cpp
238
if (!IsString(jsonObject,
TAG_GROUP_ID
)) {
in CreateResponseAuthMessage()
242
groupId = jsonObject[
TAG_GROUP_ID
].get<std::string>();
in CreateResponseAuthMessage()
245
json[
TAG_GROUP_ID
] = groupId;
in CreateResponseAuthMessage()
426
if (!IsInt64(json, TAG_REQUEST_ID) || !IsString(json,
TAG_GROUP_ID
) ||
in ParseAuthResponseMessage()
432
authResponseContext_->groupId = json[
TAG_GROUP_ID
].get<std::string>();
in ParseAuthResponseMessage()
H
A
D
dm_auth_manager.cpp
1139
jsonObject[
TAG_GROUP_ID
] = authResponseContext_->groupId;
in AddMember()
/foundation/distributedhardware/device_manager/common/include/
H
A
D
dm_constants.h
121
constexpr const char*
TAG_GROUP_ID
= "groupId";
member
/foundation/distributedhardware/device_manager/test/unittest/
H
A
D
UTTest_auth_message_processor.cpp
198
jsonb[
TAG_GROUP_ID
] = "123456";
in HWTEST_F()
210
jsona[
TAG_GROUP_ID
] = "123456";
in HWTEST_F()
335
jsona[
TAG_GROUP_ID
] = authResponseContext->groupId;
in HWTEST_F()
440
jsona[
TAG_GROUP_ID
] = "4521201";
in HWTEST_F()
466
jsona[
TAG_GROUP_ID
] = 4521201;
in HWTEST_F()
492
jsona[
TAG_GROUP_ID
] = "4521201";
in HWTEST_F()
518
jsona[
TAG_GROUP_ID
] = "4521201";
in HWTEST_F()
544
jsona[
TAG_GROUP_ID
] = "4521201";
in HWTEST_F()
578
jsonThumbnail[
TAG_GROUP_ID
] = authResponseContext->groupId;
in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
328
!IsString(jsonObject,
TAG_GROUP_ID
) || !IsInt64(jsonObject, TAG_REQUEST_ID) ||
in AddMember()
338
std::string groupId = jsonObject[
TAG_GROUP_ID
].get<std::string>();
in AddMember()
Completed in 12 milliseconds