Searched defs:oneway (Results 1 - 7 of 7) sorted by relevance
| /foundation/ability/idl_tool/ast/ |
| H A D | ast_interface_type.h | 44 void SetOneway(bool oneway) in SetOneway() argument
|
| H A D | ast_method.h | 44 void SetOneway(bool oneway) in SetOneway() argument
|
| /foundation/ability/idl_tool/parser/ |
| H A D | parser.cpp | 106 bool oneway = false; in ParseInterface() local 183 bool Parser::ParseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool oneway, bool ret) in ParseInterfaceEnd() argument 231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() argument 277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() argument 376 bool oneway = false; ParseMethod() local [all...] |
| /kernel/linux/linux-5.10/net/tipc/ |
| H A D | socket.c | 122 u32 oneway; member
|
| /kernel/linux/linux-6.6/net/tipc/ |
| H A D | socket.c | 133 u32 oneway; member
|
| /kernel/linux/linux-5.10/drivers/android/ |
| H A D | binder.c | 3096 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction() local 4920 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read() local
|
| /kernel/linux/linux-6.6/drivers/android/ |
| H A D | binder.c | 2802 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction() local 4751 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read() local
|
Completed in 27 milliseconds