Home
last modified time | relevance | path

Searched refs:EnvInit (Results 1 – 11 of 11) sorted by relevance

/test/xts/tools/lite/reliability/
DNativePressTest.py32 def EnvInit(): function
112 EnvInit()
/test/ostest/wukong/test_flow/include/
Dtest_flow.h95 virtual ErrCode EnvInit() = 0;
Dfocus_test_flow.h36 virtual ErrCode EnvInit() override;
Dspecial_test_flow.h36 virtual ErrCode EnvInit() override;
Drandom_test_flow.h36 virtual ErrCode EnvInit() override;
/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp77 result = EnvInit(); in CheckVaildityCmd()
Dspecial_test_flow.cpp96 ErrCode SpecialTestFlow::EnvInit() in EnvInit() function in OHOS::WuKong::SpecialTestFlow
Dfocus_test_flow.cpp194 ErrCode FocusTestFlow::EnvInit() in EnvInit() function in OHOS::WuKong::FocusTestFlow
Drandom_test_flow.cpp195 ErrCode RandomTestFlow::EnvInit() in EnvInit() function in OHOS::WuKong::RandomTestFlow
/test/ostest/wukong/report/include/
Dreport.h109 void EnvInit();
/test/ostest/wukong/report/src/
Dreport.cpp100 EnvInit(); in Report()
104 void Report::EnvInit() in EnvInit() function in OHOS::WuKong::Report