Home
last modified time | relevance | path

Searched defs:extends (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dvalueproxy_test.cpp34 DataShareObserver::ChangeInfo::VBuckets extends; variable
42 DataShareObserver::ChangeInfo::VBuckets extends = { variable
H A Dmediadatashare_unit_test.cpp1513 DataShareObserver::ChangeInfo::VBuckets extends; variable
1541 DataShareObserver::ChangeInfo::VBuckets extends; variable
1569 DataShareObserver::ChangeInfo::VBuckets extends; variable
1596 DataShareObserver::ChangeInfo::VBuckets extends; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp23 int32_t CloudDB::BatchInsert(const std::string &table, VBuckets &&values, VBuckets &extends) in BatchInsert()
28 int32_t CloudDB::BatchUpdate(const std::string &table, VBuckets &&values, VBuckets &extends) in BatchUpdate()
33 int32_t CloudDB::BatchUpdate(const std::string &table, VBuckets &&values, const VBuckets &extends) in BatchUpdate()
38 int32_t CloudDB::BatchDelete(const std::string &table, VBuckets &extends) in BatchDelete()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp54 int32_t CloudDbImpl::BatchInsert(const std::string &table, DBVBuckets &&values, DBVBuckets &extends) in BatchInsert()
74 int32_t CloudDbImpl::BatchUpdate(const std::string &table, DBVBuckets &&values, DBVBuckets &extends) in BatchUpdate()
93 … CloudDbImpl::BatchUpdate(const std::string &table, DBVBuckets &&values, const DBVBuckets &extends) in BatchUpdate()
109 int32_t CloudDbImpl::BatchDelete(const std::string &table, DBVBuckets &extends) in BatchDelete()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dvalue_proxy_test.cpp36 OHOS::DistributedData::VBuckets extends = { variable
57 OHOS::DistributedData::VBuckets extends; variable
73 OHOS::DistributedData::VBuckets extends = { variable
103 OHOS::DistributedData::VBuckets extends; variable
H A Drdb_cloud_test.cpp87 DBVBucket extends = { variable
120 DBVBucket extends = { variable
H A Drdb_general_store_test.cpp503 DistributedData::VBuckets extends = { { { "#gid", { "0000000" } }, { "#flag", { true } }, variable
530 DistributedData::VBuckets extends = { { g_RdbVBucket } }; variable
703 DistributedData::VBuckets extends = { { g_RdbVBucket } }; variable
767 DistributedData::VBuckets extends = { { extend } }; variable
/aosp12/packages/apps/Car/DebuggingRestrictionController/server/functions/
H A D.eslintrc.json9 "extends": "eslint:recommended", string
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp38 VBuckets extends = ValueProxy::Convert(std::move(extend)); in BatchInsert() local
54 VBuckets extends = ValueProxy::Convert(std::move(extend)); in BatchUpdate() local
68 VBuckets extends = ValueProxy::Convert(std::move(extend)); in BatchDelete() local
334 void RdbCloud::ConvertErrorField(DistributedData::VBuckets& extends) in ConvertErrorField()
H A Drdb_general_store.cpp598 VBuckets extends = ExtractExtend(values); in PreSharing() local
610 VBuckets extends(values.size()); in ExtractExtend() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_data_utils.cpp65 std::vector<VBucket> extends; in GenerateExtends() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dcloud_db.rs147 let extends = ipc_conn::ValueBuckets(records); in batch_delete() localVariable
/aosp12/build/soong/java/
H A Ddexpreopt_bootjars.go229 extends *bootImageConfig member
H A Dsdk_library.go86 extends *apiScope member
/aosp12/system/tools/aidl/
H A Dast_java.h325 std::optional<std::string> extends = std::nullopt; member
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp450 std::vector<Metadata> extends = extInfo->metadata; in GetSubProperty() local
470 std::vector<Metadata> extends = extInfo.metadata; in ListInputMethodSubtype() local
/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc547 HierarchyClass* extends = FindClass(extends_desc); in BuildClassHierarchy() local