Searched refs:GetIdentifierParams (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | upgrade_manager.cpp | 91 void UpgradeManager::GetIdentifierParams(std::vector<std::string> &devices,
in GetIdentifierParams() function in UpgradeManager 120 GetIdentifierParams(sameAccountDevs, uuids, IDENTICAL_ACCOUNT);
in SetCompatibleIdentifyByType() 121 GetIdentifierParams(defaultAccountDevs, uuids, NO_ACCOUNT);
in SetCompatibleIdentifyByType()
|
H A D | upgrade_manager.h | 38 static void GetIdentifierParams(std::vector<std::string> &devices,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.h | 99 void GetIdentifierParams(
|
H A D | kvdb_general_store.cpp | 437 GetIdentifierParams(sameAccountDevs, uuids, IDENTICAL_ACCOUNT); in SetEqualIdentifier() 438 GetIdentifierParams(defaultAccountDevs, uuids, NO_ACCOUNT); in SetEqualIdentifier() 457 void KVDBGeneralStore::GetIdentifierParams( in GetIdentifierParams() function in KVDBGeneralStore
|
Completed in 3 milliseconds