Home
last modified time | relevance | path

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 Dtrust_group_manager.cpp38 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 Ddevice_permission_verification.cpp43 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 Dhichain_connector.cpp58 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 Dmine_hichain_connector.cpp173 jsonObj[FIELD_GROUP_NAME] = DEVICE_MANAGER_GROUPNAME; in CreateGroup()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp664 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 Ddevice_auth.h29 #define FIELD_GROUP_NAME "groupName" macro
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp221 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 Ddistributed_sched_permission.cpp70 FIELD_GROUP_NAME, in from_json()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp69 const string FIELD_GROUP_NAME = "groupName"; member
1647 {FIELD_GROUP_NAME, MOCK_FIELD_GROUP_NAME}, in HWTEST_F()

Completed in 12 milliseconds