Home
last modified time | relevance | path

Searched refs:GetRandomString (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/host/
Dhost_app.cpp106 … = Base::GetRandomString(9); // Prevent the name of illegal APP leads to pm unable to install in CheckMaster()
/developtools/hdc/src/common/
Dbase.h40 string GetRandomString(const uint16_t expectedLen);
Dbase.cpp518 string GetRandomString(const uint16_t expectedLen) in GetRandomString() function
/developtools/hdc/src/daemon/
Ddaemon.cpp206 hSession->tokenRSA = Base::GetRandomString(SHA_DIGEST_LENGTH); in HandDaemonAuth()