Home
last modified time | relevance | path

Searched refs:runtimePtr (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/test/
Dut_mod.h20 bool TestBaseCommand(void *runtimePtr);
21 bool TestShellExecute(void *runtimePtr);
22 bool TestFileCommand(void *runtimePtr);
23 bool TestForwardCommand(void *runtimePtr);
24 bool TestAppCommand(void *runtimePtr);
Dut_mod.cpp21 bool TestBaseCommand(void *runtimePtr) in TestBaseCommand() argument
23 Runtime *rt = (Runtime *)runtimePtr; in TestBaseCommand()
72 bool TestShellExecute(void *runtimePtr) in TestShellExecute() argument
74 Runtime *rt = (Runtime *)runtimePtr; in TestShellExecute()
130 bool TestFileCommand(void *runtimePtr) in TestFileCommand() argument
132 Runtime *rt = (Runtime *)runtimePtr; in TestFileCommand()
264 bool TestForwardCommand(void *runtimePtr) in TestForwardCommand() argument
266 Runtime *rt = (Runtime *)runtimePtr; in TestForwardCommand()
286 bool TestAppCommand(void *runtimePtr) in TestAppCommand() argument
288 Runtime *rt = (Runtime *)runtimePtr; in TestAppCommand()