Home
last modified time | relevance | path

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

/test/ostest/wukong/report/include/
Dreport.h45 void SetSeed(std::string seed);
/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp210 Report::GetInstance()->SetSeed(std::to_string(seedArgs_)); in EnvInit()
Drandom_test_flow.cpp211 Report::GetInstance()->SetSeed(std::to_string(seedArgs_)); in EnvInit()
/test/ostest/wukong/report/src/
Dreport.cpp529 void Report::SetSeed(std::string seed) in SetSeed() function in OHOS::WuKong::Report