Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp33 #define SET_NAPI_PROPERTY(object, prop, value) \ macro
44 SET_NAPI_PROPERTY(syncMode, "SYNC_MODE_PUSH", int32_t(SyncMode::PUSH)); in ExportSyncMode()
45 SET_NAPI_PROPERTY(syncMode, "SYNC_MODE_PULL", int32_t(SyncMode::PULL)); in ExportSyncMode()
71 SET_NAPI_PROPERTY(securityLevel, "S1", int32_t(SecurityLevel::S1)); in ExportSecurityLevel()
72 SET_NAPI_PROPERTY(securityLevel, "S2", int32_t(SecurityLevel::S2)); in ExportSecurityLevel()
73 SET_NAPI_PROPERTY(securityLevel, "S3", int32_t(SecurityLevel::S3)); in ExportSecurityLevel()
74 SET_NAPI_PROPERTY(securityLevel, "S4", int32_t(SecurityLevel::S4)); in ExportSecurityLevel()
97 SET_NAPI_PROPERTY(progressCode, "SUCCESS", int32_t(ProgressCode::SUCCESS)); in ExportProgressCode()
208 SET_NAPI_PROPERTY(haMode, "SINGLE", int32_t(NativeRdb::HAMode::SINGLE)); in ExportHAMode()
230 SET_NAPI_PROPERTY(hmacAlgo, "SHA1", int32_t(NativeRdb::HmacAlgo::SHA1)); in ExportHmacAlgo()
[all …]