Searched defs:Function (Results 1 – 5 of 5) sorted by relevance
37 using Function = std::function<void()>; variable
38 using Function = std::function<void()>; variable
41 #define META_IMPL_CALL_BASE(Interface, Function) \ argument67 #define META_EXT_CALL_BASE(Interface, Function) META_IMPL_CALL_BASE(Interface, Function) argument
220 class Function; variable
45 JSIValue JsiInterfaceTddTest::Function(const JSIValue thisVal, const JSIValue args[], uint8_t argsN… in Function() function in OHOS::ACELite::JsiInterfaceTddTest