OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itf_name
(Results
1 - 2
of
2
) sorted by null
/system/webservd/webservd/
server.cc
46
void OnFirewallSuccess(const std::string&
itf_name
,
51
<<
itf_name
;
local
54
<<
itf_name
;
local
/external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.cc
64
string
itf_name
= parser.MakeInterfaceName(false);
local
75
text->AddLine(StringPrintf("class %s {",
itf_name
.c_str()));
78
text->AddLine(StringPrintf("virtual ~%s() = default;",
itf_name
.c_str()));
89
AddConstructor(class_name,
itf_name
, text);
90
AddRegisterWithDBusObject(
itf_name
, interface, text);
112
itf_name
.c_str()));
126
const string&
itf_name
,
129
class_name.c_str(),
itf_name
.c_str()));
134
const std::string&
itf_name
,
145
RegisterInterface(
itf_name
, interface, text)
[
all
...]
Completed in 73 milliseconds