OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:command_message
(Results
1 - 2
of
2
) sorted by null
/test/vts/agents/hal/
SocketClientToDriver.cpp
58
VtsDriverControlCommandMessage
command_message
;
local
59
command_message
.set_command_type(EXIT);
60
if (!VtsSocketSendMessage(
command_message
)) return false;
74
VtsDriverControlCommandMessage
command_message
;
local
75
command_message
.set_command_type(LOAD_HAL);
76
command_message
.set_file_path(file_path);
77
command_message
.set_target_class(target_class);
78
command_message
.set_target_type(target_type);
79
command_message
.set_target_version(target_version);
80
command_message
.set_target_package(target_package)
96
VtsDriverControlCommandMessage
command_message
;
local
121
VtsDriverControlCommandMessage
command_message
;
local
146
VtsDriverControlCommandMessage
command_message
;
local
166
VtsDriverControlCommandMessage
command_message
;
local
186
VtsDriverControlCommandMessage
command_message
;
local
201
VtsDriverControlCommandMessage
command_message
;
local
[
all
...]
/test/vts/drivers/hal/framework/
SocketServer.cpp
144
VtsDriverControlCommandMessage
command_message
;
local
145
if (!VtsSocketRecvMessage(&
command_message
)) return false;
147
<<
command_message
.command_type() << endl;
148
switch (
command_message
.command_type()) {
161
command_message
.file_path(),
command_message
.target_class(),
162
command_message
.target_type(),
command_message
.target_version(),
163
command_message
.target_package(),
164
command_message
.target_component_name()
[
all
...]
Completed in 189 milliseconds