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_GROUP_NAME
(Results
1 - 9
of
9
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H
A
D
trust_group_manager.cpp
38
if (jsonObject.find(
FIELD_GROUP_NAME
) != jsonObject.end() && jsonObject[
FIELD_GROUP_NAME
].is_string()) {
in from_json()
39
jsonObject.at(
FIELD_GROUP_NAME
).get_to(groupInfo.groupName);
in from_json()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H
A
D
device_permission_verification.cpp
43
if (jsonObject.find(
FIELD_GROUP_NAME
) != jsonObject.end()) {
in from_json()
44
groupInfo.groupName = jsonObject.at(
FIELD_GROUP_NAME
).get<std::string>();
in from_json()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H
A
D
hichain_connector.cpp
58
if (jsonObject.find(
FIELD_GROUP_NAME
) != jsonObject.end() && jsonObject.at(
FIELD_GROUP_NAME
).is_string()) {
in from_json()
59
groupInfo.groupName = jsonObject.at(
FIELD_GROUP_NAME
).get<std::string>();
in from_json()
148
jsonObj[
FIELD_GROUP_NAME
] = groupName;
in CreateGroup()
181
jsonObj[
FIELD_GROUP_NAME
] = groupName.c_str();
in IsGroupCreated()
345
jsonObj[
FIELD_GROUP_NAME
] = jsonObject[TAG_GROUP_NAME].get<std::string>();
in AddMember()
H
A
D
mine_hichain_connector.cpp
173
jsonObj[
FIELD_GROUP_NAME
] = DEVICE_MANAGER_GROUPNAME;
in CreateGroup()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H
A
D
device_manager_agent.cpp
664
if (jsonObject.find(
FIELD_GROUP_NAME
) != jsonObject.end() && jsonObject[
FIELD_GROUP_NAME
].is_string()) {
in from_json()
665
groupInfo.groupName = jsonObject.at(
FIELD_GROUP_NAME
).get<std::string>();
in from_json()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H
A
D
device_auth.h
29
#define
FIELD_GROUP_NAME
"groupName"
macro
/foundation/distributedhardware/device_manager/test/commonunittest/
H
A
D
UTTest_hichain_connector.cpp
221
jsonObject[
FIELD_GROUP_NAME
] = groupInfo.groupName;
in HWTEST_F()
246
jsonObject[
FIELD_GROUP_NAME
] = 0;
in HWTEST_F()
256
jsonObject.erase(
FIELD_GROUP_NAME
);
in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H
A
D
distributed_sched_permission.cpp
70
FIELD_GROUP_NAME
,
in from_json()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
distributed_sched_permission_test.cpp
69
const string
FIELD_GROUP_NAME
= "groupName";
member
1647
{
FIELD_GROUP_NAME
, MOCK_FIELD_GROUP_NAME},
in HWTEST_F()
Completed in 14 milliseconds