Home
last modified time | relevance | path

Searched defs:Getter (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/client/
H A Dgetter_system.h33 using Getter = std::shared_ptr<GeneralGetter>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable_helper.h31 using Getter = const BorderEdge& (Border::*)() const; variable
87 using Getter = const Radius& (Border::*)() const; variable
H A Dproperty_animatable.h43 using Getter = std::function<T(void)>; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp194 JSIValue SampleModule::Getter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Getter() function in OHOS::ACELite::SampleModule
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp65 JSIValue JsiInterfaceTddTest::Getter(const JSIValue thisVal, const JSIValue args[], uint8_t argsNum) in Getter() function in OHOS::ACELite::JsiInterfaceTddTest
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp12696 using Getter = const ArkUI_AttributeItem*(ArkUI_NodeHandle node); typedef