Home
last modified time | relevance | path

Searched refs:FIELD_GROUP_ID (Results 1 - 9 of 9) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp41 if (jsonObject.find(FIELD_GROUP_ID) != jsonObject.end() && jsonObject[FIELD_GROUP_ID].is_string()) { in from_json()
42 jsonObject.at(FIELD_GROUP_ID).get_to(groupInfo.groupId); in from_json()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp47 if (jsonObject.find(FIELD_GROUP_ID) != jsonObject.end()) { in from_json()
48 groupInfo.groupId = jsonObject.at(FIELD_GROUP_ID).get<std::string>(); in from_json()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp62 if (jsonObject.find(FIELD_GROUP_ID) != jsonObject.end() && jsonObject.at(FIELD_GROUP_ID).is_string()) { in from_json()
63 groupInfo.groupId = jsonObject.at(FIELD_GROUP_ID).get<std::string>(); in from_json()
340 jsonObj[FIELD_GROUP_ID] = groupId; in AddMember()
598 jsonObj[FIELD_GROUP_ID] = groupId; in DelMemberFromGroup()
618 jsonObj[FIELD_GROUP_ID] = groupId; in DeleteGroup()
638 jsonObj[FIELD_GROUP_ID] = groupId; in DeleteGroupExt()
658 jsonObj[FIELD_GROUP_ID] = groupId; in DeleteGroup()
693 jsonObj[FIELD_GROUP_ID] = groupId; in DeleteGroup()
884 jsonObj[FIELD_GROUP_ID] in ParseRemoteCredential()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp668 if (jsonObject.find(FIELD_GROUP_ID) != jsonObject.end() && jsonObject[FIELD_GROUP_ID].is_string()) { in from_json()
669 groupInfo.groupId = jsonObject.at(FIELD_GROUP_ID).get<std::string>(); in from_json()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h27 #define FIELD_GROUP_ID "groupId" macro
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c282 if (!GetJsonObjectStringItem(msg, FIELD_GROUP_ID, groupInfo->groupId, GROUPID_BUF_LEN)) { in ParseGroupInfo()
283 AUTH_LOGE(AUTH_HICHAIN, "get FIELD_GROUP_ID fail"); in ParseGroupInfo()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp222 jsonObject[FIELD_GROUP_ID] = groupInfo.groupId; in HWTEST_F()
247 jsonObject[FIELD_GROUP_ID] = 0; in HWTEST_F()
257 jsonObject.erase(FIELD_GROUP_ID); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp78 FIELD_GROUP_ID, in from_json()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp70 const string FIELD_GROUP_ID = "groupId"; member
1648 {FIELD_GROUP_ID, MOCK_FIELD_GROUP_ID}, in HWTEST_F()

Completed in 17 milliseconds