OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_if_spec_msg
(Results
1 - 3
of
3
) sorted by null
/test/vts/utils/python/mirror/
native_entity_mirror.py
62
_if_spec_msg
: the interface specification message of a host object to
75
self.
_if_spec_msg
= if_spec_message
87
logging.debug("GetAPI %s for %s", api_name, self.
_if_spec_msg
)
93
if isinstance(self.
_if_spec_msg
,
95
if len(self.
_if_spec_msg
.interface.api) > 0:
96
for api in self.
_if_spec_msg
.interface.api:
100
logging.error("unknown spec type %s", type(self.
_if_spec_msg
))
114
if self.
_if_spec_msg
.attribute:
115
for attribute in self.
_if_spec_msg
.attribute:
120
if (self.
_if_spec_msg
.interface an
[
all
...]
hal_mirror.py
106
self.
_if_spec_msg
= if_spec_msg
141
msg = self.
_if_spec_msg
182
if not self.
_if_spec_msg
:
184
msg = self.
_if_spec_msg
lib_mirror.py
98
self.
_if_spec_msg
= if_spec_msg
Completed in 567 milliseconds