Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/test/commonfuzztest/hichainconnector_fuzzer/
H A Dhichain_connector_fuzzer.cpp112 std::vector<std::string> syncGroupList; in HiChainConnectorSecondFuzzTest() local
113 hichainConnector->GetSyncGroupList(groupList, syncGroupList); in HiChainConnectorSecondFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Ddm_auth_manager.h113 std::vector<std::string> syncGroupList; member
159 std::vector<std::string> syncGroupList; member
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h252 int32_t GetSyncGroupList(std::vector<GroupInfo> &groupList, std::vector<std::string> &syncGroupList);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_hichain_connector.cpp555 std::vector<std::string> syncGroupList; in HWTEST_F() local
557 int ret = hiChainConnector->GetSyncGroupList(groupList, syncGroupList); in HWTEST_F()
584 std::vector<std::string> syncGroupList; in HWTEST_F() local
586 int ret = hiChainConnector->GetSyncGroupList(groupList, syncGroupList); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp168 std::vector<std::string> syncGroupList; in HWTEST_F() local
169 syncGroupList.push_back("1111"); in HWTEST_F()
170 authMessageProcessor->authRequestContext_->syncGroupList = syncGroupList; in HWTEST_F()
172 jsona[TAG_GROUPIDS] = authMessageProcessor->authRequestContext_->syncGroupList; in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp528 int32_t HiChainConnector::GetSyncGroupList(std::vector<GroupInfo> &groupList, std::vector<std::string> &syncGroupList) in GetSyncGroupList() argument
538 syncGroupList.push_back(group.groupId); in GetSyncGroupList()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp222 json[TAG_GROUPIDS] = authRequestContext_->syncGroupList; in CreateSyncGroupMessage()

Completed in 12 milliseconds