Home
last modified time | relevance | path

Searched refs:syncGroupList (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp113 std::vector<std::string> syncGroupList; in HiChainConnectorSecondFuzzTest() local
114 hichainConnector->GetSyncGroupList(groupList, syncGroupList); in HiChainConnectorSecondFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h120 std::vector<std::string> syncGroupList; member
166 std::vector<std::string> syncGroupList; member
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h244 …t32_t GetSyncGroupList(std::vector<GroupInfo> &groupList, std::vector<std::string> &syncGroupList);
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp555 std::vector<std::string> syncGroupList; variable
557 int ret = hiChainConnector->GetSyncGroupList(groupList, syncGroupList);
584 std::vector<std::string> syncGroupList; variable
586 int ret = hiChainConnector->GetSyncGroupList(groupList, syncGroupList);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp168 std::vector<std::string> syncGroupList; variable
169 syncGroupList.push_back("1111");
170 authMessageProcessor->authRequestContext_->syncGroupList = syncGroupList;
172 jsona[TAG_GROUPIDS] = authMessageProcessor->authRequestContext_->syncGroupList;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp544 …ector::GetSyncGroupList(std::vector<GroupInfo> &groupList, std::vector<std::string> &syncGroupList) in GetSyncGroupList() argument
554 syncGroupList.push_back(group.groupId); in GetSyncGroupList()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp229 json[TAG_GROUPIDS] = authRequestContext_->syncGroupList; in CreateSyncGroupMessage()