Home
last modified time | relevance | path

Searched defs:syncGroupList (Results 1 – 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
Ddm_auth_manager.h91 std::vector<std::string> syncGroupList; member
123 std::vector<std::string> syncGroupList; member
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_hichain_connector.cpp465 std::vector<std::string> syncGroupList; variable
487 std::vector<std::string> syncGroupList; variable
DUTTest_auth_message_processor.cpp130 std::vector<std::string> syncGroupList; variable
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
Dhichain_connector.cpp552 …ector::GetSyncGroupList(std::vector<GroupInfo> &groupList, std::vector<std::string> &syncGroupList) in GetSyncGroupList()