/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data.cpp | 69 props_.localOnly = false; in PasteData() 94 props_.localOnly = false; 411 void PasteData::SetLocalOnly(bool localOnly) in SetLocalOnly() argument 413 props_.localOnly = localOnly; in SetLocalOnly() 418 return props_.localOnly; in GetLocalOnly() 611 : tag(property.tag), timestamp(property.timestamp), localOnly(property.localOnly), in PasteDataProperty() 632 this->localOnly = property.localOnly; in operator =() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_transaction_testcase.h | 35 bool localOnly, DistributedDB::KvStoreDelegateManager &mgr, 39 bool localOnly, DistributedDB::KvStoreDelegateManager &mgr);
|
H A D | distributeddb_interfaces_transaction_testcase.cpp | 78 const string &storeId, bool localOnly, KvStoreDelegateManager &mgr, KvStoreSnapshotDelegate *&snapshotDelegatePtr) in StartTransaction004() 110 KvStoreDelegate::Option option = {true, localOnly}; in StartTransaction004() 126 const string &storeId, bool localOnly, KvStoreDelegateManager &mgr) in StartTransaction005() 140 KvStoreDelegate::Option option = {true, localOnly}; in StartTransaction005() 77 StartTransaction004(KvStoreDelegate *&kvDelegatePtr, const string &storeId, bool localOnly, KvStoreDelegateManager &mgr, KvStoreSnapshotDelegate *&snapshotDelegatePtr) StartTransaction004() argument 125 StartTransaction005(KvStoreDelegate *&kvDelegatePtr, const string &storeId, bool localOnly, KvStoreDelegateManager &mgr) StartTransaction005() argument
|
H A D | distributeddb_interfaces_space_management_test.cpp | 473 option.localOnly = true; in HWTEST_F() 486 option.localOnly = false; in HWTEST_F() 491 option.localOnly = true; in HWTEST_F()
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 2629 * @tc.desc: Test get kv store with localOnly 2640 * @tc.steps:step1. Create database with localOnly. in HWTEST_F() 2644 option.localOnly = true; in HWTEST_F() 2686 * @tc.steps:step1. Create database with localOnly. in HWTEST_F() 2690 option.localOnly = true; in HWTEST_F() 2700 * @tc.steps:step2. Create database without localOnly. in HWTEST_F() 2703 option.localOnly = false; in HWTEST_F() 2725 * @tc.steps:step1. Create database with localOnly. in HWTEST_F() 3140 * @tc.steps:step1. Create database with localOnly. in HWTEST_F()
|
H A D | distributeddb_interfaces_database_test.cpp | 509 option.localOnly = false; in HWTEST_F()
|
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/ |
H A D | pasteboard_ffi.h | 29 bool localOnly; member 58 int64_t id, CArrString mimeTypes, const char *tag, int64_t timestamp, bool localOnly, int32_t shareOption);
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | paste_data.h | 46 bool localOnly; member 115 void SetLocalOnly(bool localOnly);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_delegate.h | 33 bool localOnly = false; member
|
H A D | kv_store_nb_delegate.h | 59 bool localOnly = false; // active sync module member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_create_test.cpp | 153 option.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 204 option.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 285 option1.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 297 option2.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 309 option3.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 321 option4.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 628 option.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 683 option04.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 736 option05.localOnly = IS_LOCAL_ONLY; in HWTEST_F() 801 option06.localOnly in HWTEST_F() [all...] |
H A D | distributeddb_kv_crud_test.cpp | 71 option.localOnly = IS_LOCAL; in SetUp()
|
H A D | distributeddb_kv_batch_crud_test.cpp | 54 option.localOnly = IS_LOCAL; in SetUpTestCase()
|
H A D | distributeddb_nb_backup_test.cpp | 681 option.localOnly = true; in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 559 param.storeId.c_str(), param.appId.c_str(), param.userId.c_str(), option.createIfNecessary, option.localOnly); 615 param.userId.c_str(), option.createIfNecessary, option.localOnly); 1007 option.localOnly = performanceData.isLocal; 1048 option.localOnly = performanceData.isLocal; 1101 option.localOnly = performanceData.isLocal; 1158 option.localOnly = performanceData.isLocal; 1208 option.localOnly = performanceData.isLocal; 1258 option.localOnly = performanceData.isLocal; 1776 option.localOnly = performanceData.isLocal; 1847 option.localOnly [all...] |
/foundation/distributeddatamgr/pasteboard/interfaces/cj/src/ |
H A D | pasteboard_ffi.cpp | 444 retPtr->localOnly = property.localOnly; in FfiOHOSPasteDataGetProperty() 463 int64_t id, CArrString mimeTypes, const char *tag, int64_t timestamp, bool localOnly, int32_t shareOption) in FfiOHOSPasteDataSetProperty() 475 property.localOnly = localOnly; in FfiOHOSPasteDataSetProperty() 462 FfiOHOSPasteDataSetProperty( int64_t id, CArrString mimeTypes, const char *tag, int64_t timestamp, bool localOnly, int32_t shareOption) FfiOHOSPasteDataSetProperty() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/ |
H A D | distributed_test_tools.h | 51 bool localOnly = false; member 58 localOnly(isLocalOnly), in KvOption()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 114 properties.SetBoolProp(KvDBProperties::LOCAL_ONLY, option.localOnly); in InitPropWithNbOption() 145 ((option.localOnly == true) ? KvDBProperties::LOCAL_TYPE_SQLITE : KvDBProperties::MULTI_VER_TYPE_SQLITE)); in InitPropWithOption()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb.cpp | 445 bool localOnly = syncInterface->GetDbProperties().GetBoolProp(KvDBProperties::LOCAL_ONLY, false); in SetSyncRetry() local 446 if (localOnly) { in SetSyncRetry()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_utils.cpp | 42 option.localOnly)) { in CheckOption()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 198 dbOption.localOnly = !options.syncable; in GetDBOption()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 1131 bool localOnly = syncInterface->GetDbProperties().GetBoolProp(KvDBProperties::LOCAL_ONLY, false); in IsNeedActive() local 1132 if (localOnly) { in IsNeedActive()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pastedata.cpp | 786 // localOnly: boolean in SetNapiProperty() 787 napi_get_boolean(env, property.localOnly, &value); in SetNapiProperty() 788 napi_set_named_property(env, nProperty, "localOnly", value); in SetNapiProperty() 868 if (propertyName == "localOnly") { in SetProperty() 893 PASTEBOARD_HILOGI(PASTEBOARD_MODULE_CLIENT, "localOnly final Value = %{public}d", localOnlyValue); in SetProperty() 910 const char *key[] = { "additions", "mimeTypes", "tag", "timestamp", "localOnly", "shareOption" }; in IsProperty()
|