Home
last modified time | relevance | path

Searched defs:isLocal (Results 1 – 25 of 26) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
Dmeta_data_manager.cpp123 bool MetaDataManager::SaveMeta(const std::string &key, const Serializable &value, bool isLocal) in SaveMeta()
145 bool MetaDataManager::LoadMeta(const std::string &key, Serializable &value, bool isLocal) in LoadMeta()
164 …l MetaDataManager::GetEntries(const std::string &prefix, std::vector<Bytes> &entries, bool isLocal) in GetEntries()
181 bool MetaDataManager::DelMeta(const std::string &key, bool isLocal) in DelMeta()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dprofile_change_notification_test.cpp94 bool isLocal = true; variable
110 bool isLocal = true; variable
155 bool isLocal = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dkvdb_conflict_entry.h25 bool isLocal = false; member
Dmulti_ver_def.h38 uint64_t isLocal = 0; // merge node or native node member
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
Dprofile_change_notification.h53 std::string& networkId, bool isLocal) in ProfileChangeNotification()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_snoop_filter.h44 bool isLocal; member
Dbtm_snoop_filter.c170 uint8_t module, uint8_t rfcommScn, uint16_t l2capPsm, bool isLocal, const BtAddr *remoteAddr) in AllocFilterInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_encrypt_database_test.cpp73 void DistributedDBInterfacesEncryptDatabaseTest::CheckRekeyWithMultiKvStore(bool isLocal) in CheckRekeyWithMultiKvStore()
118 void DistributedDBInterfacesEncryptDatabaseTest::CheckRekeyWithExistedSnapshot(bool isLocal) in CheckRekeyWithExistedSnapshot()
161 void DistributedDBInterfacesEncryptDatabaseTest::CheckRekeyWithExistedObserver(bool isLocal) in CheckRekeyWithExistedObserver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dsingle_ver_natural_store_commit_notify_data.h39 bool isLocal = false; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributed_crud_transaction_tools.cpp40 CrudMode first, CrudMode second, bool preset, bool isLocal) in DistributedCrudTransactionTools()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_single_ver_sync_db_Interface.h34 bool isLocal = true; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
Ddistributed_test_tools.h134 bool isLocal; member
282 bool isLocal; member
297 bool isLocal; member
323 bool isLocal; member
/foundation/deviceprofile/device_info_manager/services/core/src/subscribemanager/
Dprofile_change_handler.cpp196 bool isLocal = changeNotification.IsLocal(); in NotifyProfileChangedLocked() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.h65 bool isLocal = false; member
Dsqlite_single_ver_storage_executor.cpp301 bool isLocal = (SingleVerDataType::LOCAL_TYPE == type); in PutKvData() local
1078 bool SQLiteSingleVerStorageExecutor::CheckIfKeyExisted(const Key &key, bool isLocal, in CheckIfKeyExisted()
Dsqlite_multi_ver_transaction.cpp401 int SQLiteMultiVerTransaction::PutBatch(const std::vector<MultiVerKvEntry *> &entries, bool isLocal, in PutBatch()
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_object_proxy.cpp99 int IPCObjectProxy::SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParce… in SendRequestInner()
/foundation/communication/dsoftbus/core/bus_center/service/src/
Dbus_center_event.c525 …TIZE("cfi") void LnnNotifyNodeAddressChanged(const char *addr, const char *networkId, bool isLocal) in LnnNotifyNodeAddressChanged()
/foundation/communication/dsoftbus/core/bus_center/service/include/
Dbus_center_event.h194 bool isLocal; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_if.c90 bool *isLocal; member
698 int GAPIF_PairIsFromLocal(const BtAddr *addr, bool *isLocal) in GAPIF_PairIsFromLocal()
Dgap_br_sec.c1514 int GAP_PairIsFromLocal(const BtAddr *addr, bool *isLocal) in GAP_PairIsFromLocal()
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_object_proxy_unittest.cpp98 bool isLocal = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_interfaces_relational_sync_test.cpp829 bool isLocal = j >= (size_t)(localCount / g_arrayHalfSub); in CheckAllAssetAfterUpload() local
876 bool isLocal = index >= localCount / g_arrayHalfSub; in CheckAssetsAfterDownload() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
Dlnn_net_builder_deps_mock.cpp489 void LnnNotifyNodeAddressChanged(const char *addr, const char *networkId, bool isLocal) in LnnNotifyNodeAddressChanged()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
Ddistributed_test_tools.cpp1325 …tedTestTools::VerifyDbRecordCnt(KvStoreNbDelegate *&delegate, unsigned int recordCnt, bool isLocal)
1350 …vector<DistributedDB::Entry> &entriesExpected, const std::vector<uint8_t> &keyPrefix, bool isLocal)

12