Home
last modified time | relevance | path

Searched refs:StorageEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.h40 enum StorageEvent { enum
95 StorageEvent Find(const char* type) const;
H A Djs_storage.cpp100 StorageEvent event = Find(type); in On()
109 StorageEvent event = Find(type); in Off()
122 StorageEvent event = Find(type); in Emit()
137 StorageEvent StorageObjectInfo::Find(const char* type) const in Find()
139 StorageEvent result = STORAGE_EVENT_UNKNOWN; in Find()