Searched refs:GetNativeInstance (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store.cpp | 232 RdbStoreProxy *obj = RdbStoreProxy::GetNativeInstance(env, self); in ParserThis() 931 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in IsHoldingConnection() 943 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in IsReadOnly() 955 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in IsMemoryRdb() 967 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in GetPath() 979 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in BeginTransaction() 992 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in RollBack() 1004 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in Commit() 1089 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thiz); in SetVersion() 1298 auto proxy = RdbStoreProxy::GetNativeInstance(env, self); in OnEvent() [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/ |
H A D | napi_rdb_store.h | 35 static RdbStoreProxy *GetNativeInstance(napi_env env, napi_value self);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_rdb_store.h | 37 static RdbStoreProxy *GetNativeInstance(napi_env env, napi_value self);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 268 RdbStoreProxy *GetNativeInstance(napi_env env, napi_value self) in GetNativeInstance() function 281 RdbStoreProxy *obj = GetNativeInstance(env, self); in ParserThis() 1080 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in IsReadOnly() 1092 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in GetPath() 1104 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in BeginTransaction() 1143 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in RollBack() 1255 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thisObj); in GetVersion() 1285 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thiz); in SetVersion() 1729 auto proxy = GetNativeInstance(env, self); in OnEvent() 1768 auto proxy = GetNativeInstance(env, self); in OffEvent() [all …]
|