Home
last modified time | relevance | path

Searched refs:localOnly (Results 1 - 23 of 23) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp69 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 Ddistributeddb_interfaces_transaction_testcase.h35 bool localOnly, DistributedDB::KvStoreDelegateManager &mgr,
39 bool localOnly, DistributedDB::KvStoreDelegateManager &mgr);
H A Ddistributeddb_interfaces_transaction_testcase.cpp78 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 Ddistributeddb_interfaces_space_management_test.cpp473 option.localOnly = true; in HWTEST_F()
486 option.localOnly = false; in HWTEST_F()
491 option.localOnly = true; in HWTEST_F()
H A Ddistributeddb_interfaces_nb_delegate_test.cpp2629 * @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 Ddistributeddb_interfaces_database_test.cpp509 option.localOnly = false; in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H A Dpasteboard_ffi.h29 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 Dpaste_data.h46 bool localOnly; member
115 void SetLocalOnly(bool localOnly);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_delegate.h33 bool localOnly = false; member
H A Dkv_store_nb_delegate.h59 bool localOnly = false; // active sync module member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_create_test.cpp153 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 Ddistributeddb_kv_crud_test.cpp71 option.localOnly = IS_LOCAL; in SetUp()
H A Ddistributeddb_kv_batch_crud_test.cpp54 option.localOnly = IS_LOCAL; in SetUpTestCase()
H A Ddistributeddb_nb_backup_test.cpp681 option.localOnly = true; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp559 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 Dpasteboard_ffi.cpp444 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 Ddistributed_test_tools.h51 bool localOnly = false; member
58 localOnly(isLocalOnly), in KvOption()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp114 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 Dsync_able_kvdb.cpp445 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 Drd_utils.cpp42 option.localOnly)) { in CheckOption()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_factory.cpp198 dbOption.localOnly = !options.syncable; in GetDBOption()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp1131 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 Dnapi_pastedata.cpp786 // 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()

Completed in 42 milliseconds