Searched defs:Function (Results 1 – 5 of 5) sorted by relevance
38 using Function = std::function<void()>; variable
92 class Function; variable
303 #define META_EXT_CALL_BASE(Interface, Function) Super::template GetBaseAs<Interface>()->Function argument
45 JSIValue JsiInterfaceTddTest::Function(const JSIValue thisVal, const JSIValue args[], uint8_t argsN… in Function() function in OHOS::ACELite::JsiInterfaceTddTest