Home
last modified time | relevance | path

Searched refs:WATCHER_OPTION_DESCRIPTOR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddirective_watcher_callback.cpp35 JSValue descriptor = JSObject::Get(options, DescriptorUtils::WATCHER_OPTION_DESCRIPTOR); in Handler()
H A Ddescriptor_utils.cpp29 const char * const DescriptorUtils::WATCHER_OPTION_DESCRIPTOR = "descriptor"; member in OHOS::ACELite::DescriptorUtils
48 JSObject::Set(options, WATCHER_OPTION_DESCRIPTOR, descriptor); in CreateDescriptorWatcher()
H A Ddescriptor_utils.h165 static const char * const WATCHER_OPTION_DESCRIPTOR; variable