Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
Dmessage.h37 using Function = std::function<void()>; variable
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
Dmessage.h38 using Function = std::function<void()>; variable
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/ext/
Dobject_fwd.h41 #define META_IMPL_CALL_BASE(Interface, Function) \ argument
67 #define META_EXT_CALL_BASE(Interface, Function) META_IMPL_CALL_BASE(Interface, Function) argument
/foundation/graphic/graphic_3d/kits/js/include/napi/
Dnapi_api.h220 class Function; variable
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
Djsi_interface_tdd_test.cpp45 JSIValue JsiInterfaceTddTest::Function(const JSIValue thisVal, const JSIValue args[], uint8_t argsN… in Function() function in OHOS::ACELite::JsiInterfaceTddTest