Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp166 void *boundObj = nullptr; in GetSelfInstance() local
167 napi_unwrap_sendable(env, self, &boundObj); in GetSelfInstance()
168 if (boundObj != nullptr) { in GetSelfInstance()
169 PreferencesProxy *obj = reinterpret_cast<PreferencesProxy *>(boundObj); in GetSelfInstance()
192 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetAll()
219 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetValue()
256 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in SetValue()
286 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Delete()
316 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in HasKey()
346 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Flush()
[all …]
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp178 void *boundObj = nullptr; in GetSelfInstance() local
179 napi_unwrap(env, self, &boundObj); in GetSelfInstance()
180 if (boundObj != nullptr) { in GetSelfInstance()
181 PreferencesProxy *obj = reinterpret_cast<PreferencesProxy *>(boundObj); in GetSelfInstance()
193 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetAll()
223 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetValue()
261 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in SetValue()
292 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Delete()
323 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in HasKey()
354 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Flush()
[all …]
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp354 napi_unwrap(env, self, &context->boundObj); in GetValue()
358 StorageProxy *obj = reinterpret_cast<StorageProxy *>(context->boundObj); in GetValue()
444 napi_unwrap(env, self, &context->boundObj); in SetValue()
448 StorageProxy *obj = reinterpret_cast<StorageProxy *>(context->boundObj); in SetValue()
500 napi_unwrap(env, self, &context->boundObj); in Delete()
503 StorageProxy *obj = reinterpret_cast<StorageProxy *>(context->boundObj); in Delete()
548 napi_unwrap(env, self, &context->boundObj); in HasKey()
551 StorageProxy *obj = reinterpret_cast<StorageProxy *>(context->boundObj); in HasKey()
573 napi_unwrap(env, self, &context->boundObj); in Flush()
576 StorageProxy *obj = reinterpret_cast<StorageProxy *>(context->boundObj); in Flush()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp236 context->boundObj = obj; in ParserThis()
535 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Insert()
570 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in BatchInsert()
613 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Delete()
656 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Update()
701 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Query()
741 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in QuerySql()
811 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in ExecuteSql()
841 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Count()
877 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Replace()
[all …]
H A Dnapi_rdb_store_helper.cpp264 napi_unwrap(env, self, &context->boundObj); in ParserThis()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/
H A Dnapi_async_proxy.h58 void *boundObj = nullptr; member
74 napi_unwrap(env, self, &context->boundObj); in DefParserThis()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/include/
H A Dnapi_async_proxy.h59 void *boundObj = nullptr; member
85 napi_unwrap(env, self, &context->boundObj); in DefParserThis()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_async_call.h42 void *boundObj = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Dnapi_async_call.h47 void *boundObj = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h67 void *boundObj = nullptr; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp37 auto status = napi_unwrap(env_, self, reinterpret_cast<void **>(&boundObj)); in GetInstance()
38 if (status != napi_ok || boundObj == nullptr) { in GetInstance()
42 transaction_ = reinterpret_cast<TransactionProxy *>(boundObj)->GetInstance(); in GetInstance()
H A Dnapi_rdb_store.cpp284 context->boundObj = obj; in ParserThis()
413 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in ParseDataSharePredicates()
830 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in QuerySql()
1398 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Sync()
1460 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in GetCloudSyncInput()
1481 auto *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in CloudSync()
1826 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in QuerySharingResource()
2095 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in LockCloudContainer()
2124 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in UnlockCloudContainer()
2149 RdbStoreProxy *obj = reinterpret_cast<RdbStoreProxy *>(context->boundObj); in Close()