/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 166 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 D | napi_preferences.cpp | 178 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 D | napi_storage.cpp | 354 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 D | napi_rdb_store.cpp | 236 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 D | napi_rdb_store_helper.cpp | 264 napi_unwrap(env, self, &context->boundObj); in ParserThis()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/ |
H A D | napi_async_proxy.h | 58 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 D | napi_async_proxy.h | 59 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 D | napi_async_call.h | 42 void *boundObj = nullptr; variable
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | napi_async_call.h | 47 void *boundObj = nullptr; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_async_call.h | 67 void *boundObj = nullptr; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_transaction.cpp | 37 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 D | napi_rdb_store.cpp | 284 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()
|