Home
last modified time | relevance | path

Searched refs:FIELD_GROUP_OWNER (Results 1 - 8 of 8) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dtrust_group_manager.cpp44 if (jsonObject.find(FIELD_GROUP_OWNER) != jsonObject.end() && jsonObject[FIELD_GROUP_OWNER].is_string()) { in from_json()
45 jsonObject.at(FIELD_GROUP_OWNER).get_to(groupInfo.groupOwner); in from_json()
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Ddevice_permission_verification.cpp51 if (jsonObject.find(FIELD_GROUP_OWNER) != jsonObject.end()) { in from_json()
52 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp672 if (jsonObject.find(FIELD_GROUP_OWNER) != jsonObject.end() && jsonObject[FIELD_GROUP_OWNER].is_string()) { in from_json()
673 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Ddevice_auth.h50 #define FIELD_GROUP_OWNER "groupOwner" macro
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp66 if (jsonObject.find(FIELD_GROUP_OWNER) != jsonObject.end() && jsonObject.at(FIELD_GROUP_OWNER).is_string()) { in from_json()
67 groupInfo.groupOwner = jsonObject.at(FIELD_GROUP_OWNER).get<std::string>(); in from_json()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp223 jsonObject[FIELD_GROUP_OWNER] = groupInfo.groupOwner; in HWTEST_F()
248 jsonObject[FIELD_GROUP_OWNER] = 0; in HWTEST_F()
258 jsonObject.erase(FIELD_GROUP_OWNER); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp86 FIELD_GROUP_OWNER, in from_json()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_permission_test.cpp71 const string FIELD_GROUP_OWNER = "groupOwner"; member
1649 {FIELD_GROUP_OWNER, MOCK_FIELD_GROUP_OWNER}, in HWTEST_F()

Completed in 13 milliseconds