Home
last modified time | relevance | path

Searched refs:StorageObjectInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/sample/native_module_storage/
H A Djs_storage.h82 class StorageObjectInfo { class
84 explicit StorageObjectInfo(napi_env env);
86 virtual ~StorageObjectInfo();
114 StorageObjectInfo* objectInfo = nullptr;
H A Djs_storage.cpp84 StorageObjectInfo::StorageObjectInfo(napi_env env) : env_(env), listeners_() in StorageObjectInfo() function in StorageObjectInfo
91 StorageObjectInfo::~StorageObjectInfo() in ~StorageObjectInfo()
98 void StorageObjectInfo::On(const char* type, napi_value handler) in On()
107 void StorageObjectInfo::Off(const char* type, napi_value handler) in Off()
120 void StorageObjectInfo::Emit(napi_value thisArg, const char* type) in Emit()
137 StorageEvent StorageObjectInfo::Find(const char* type) const in Find()
410 auto objectInfo = new StorageObjectInfo(env); in JSStorageConstructor()
414 auto objectInfo = (StorageObjectInfo*)dat in JSStorageConstructor()
[all...]

Completed in 3 milliseconds