Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 16 of 16) 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/kits/js/src/napi/
Dfunction.cpp23 Function::Function(napi_env env, napi_value v) : env_(env), func_(v) in Function() function in NapiApi::Function
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/
Dinterface_object.h185 #define META_INTERFACE_OBJECT_CALL_PTR(Function) CallPtr<InterfaceType>([&](auto& p) { return p.Fun… argument
281 #define META_INTERFACE_OBJECT_ASYNC_CALL_PTR(SyncReturnType, Function) \ argument
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/ext/
Dobject_fwd.h41 #define META_IMPL_CALL_BASE(Interface, Function) \ argument
68 #define META_EXT_CALL_BASE(Interface, Function) META_IMPL_CALL_BASE(Interface, Function) argument
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/incremental/tools/ets-tsc/lib/
Dlib.es2015.symbol.wellknown.d.ts154 interface Function { interface
Dlib.es2015.core.d.ts93 interface Function { interface
Dlib.es5.d.ts274 interface Function { interface
318 declare var Function: FunctionConstructor; variable
DtypescriptServices.d.ts2596 Function = 16, enumerator
2674 Function = "__function", enumerator
Dtypescript.d.ts2596 Function = 16, enumerator
2674 Function = "__function", enumerator
Dtsserverlibrary.d.ts2596 Function = 16, enumerator
2674 Function = "__function", enumerator
/foundation/communication/ipc/ipc/native/test/unittest/js/
DipcApiStageMessageSequence_1810_2100.js35 constructor(descriptor: string, checkResult: Function) {
DipcApiStageMessageSequence_0310_0600.js35 constructor(descriptor: string, checkResult: Function) {
DNapiIRemoteProxy.js34 constructor(descriptor: string, checkResult: Function) {
/foundation/ability/ability_runtime/services/abilitymgr/include/insight_intent/
Dextract_insight_intent_profile.h96 Function, enumerator
/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