Searched refs:WATCHER_OPTION_DESCRIPTOR (Results 1 – 3 of 3) sorted by relevance
35 JSValue descriptor = JSObject::Get(options, DescriptorUtils::WATCHER_OPTION_DESCRIPTOR); in Handler()
29 const char * const DescriptorUtils::WATCHER_OPTION_DESCRIPTOR = "descriptor"; member in OHOS::ACELite::DescriptorUtils48 JSObject::Set(options, WATCHER_OPTION_DESCRIPTOR, descriptor); in CreateDescriptorWatcher()
165 static const char * const WATCHER_OPTION_DESCRIPTOR; variable