Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 25 of 90) sorted by relevance

1234

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_engine_manager.cpp58 std::string identifier = GetIdentifier(property); in GetStorageEngine() local
105 int StorageEngineManager::ForceReleaseStorageEngine(const std::string &identifier) in ForceReleaseStorageEngine()
212 StorageEngine *StorageEngineManager::FindStorageEngine(const std::string &identifier) in FindStorageEngine()
230 void StorageEngineManager::InsertStorageEngine(const std::string &identifier, StorageEngine *&stora… in InsertStorageEngine()
236 void StorageEngineManager::EraseStorageEngine(const std::string &identifier) in EraseStorageEngine()
242 void StorageEngineManager::ReleaseResources(const std::string &identifier) in ReleaseResources()
263 const std::string identifier = releaseEngine->GetIdentifier(); in ReleaseEngine() local
288 void StorageEngineManager::EnterGetEngineProcess(const std::string &identifier) in EnterGetEngineProcess()
297 void StorageEngineManager::ExitGetEngineProcess(const std::string &identifier) in ExitGetEngineProcess()
Drelational_store_instance.cpp55 std::string identifier = connection->GetIdentifier(); in ReleaseDataBaseConnection() local
69 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in GetFromCache() local
90 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in RemoveKvDBFromCache() local
97 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in SaveRelationalDBToCache() local
189 std::string identifier = properties.GetStringProp(DBProperties::IDENTIFIER_DATA, ""); in GetDatabaseConnection() local
220 void RelationalStoreInstance::EnterDBOpenCloseProcess(const std::string &identifier) in EnterDBOpenCloseProcess()
229 void RelationalStoreInstance::ExitDBOpenCloseProcess(const std::string &identifier) in ExitDBOpenCloseProcess()
Dkvdb_manager.cpp79 std::string identifier = properties.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in CreateRemoveStateFlagFile() local
97 std::string identifier = property.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in CheckRemoveStateAndRetry() local
157 std::string identifier = properties.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in RemoveDBDirectory() local
183 void KvDBManager::EnterDBOpenCloseProcess(const std::string &identifier) in EnterDBOpenCloseProcess()
192 void KvDBManager::ExitDBOpenCloseProcess(const std::string &identifier) in ExitDBOpenCloseProcess()
321 std::string identifier = properties.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in GetDatabaseConnection() local
363 std::string identifier = connection->GetIdentifier(); in ReleaseDatabaseConnection() local
462 std::string identifier = GenerateKvDBIdentifier(properties); in IsOpenMemoryDb() local
517 IKvDB *KvDBManager::GetKvDBFromCacheByIdentify(const std::string &identifier, in GetKvDBFromCacheByIdentify()
540 std::string identifier = GenerateKvDBIdentifier(properties); in CheckDatabaseFileStatus() local
[all …]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
Dassert_helper.h33 explicit RecordCtx(const char *identifier) : id(-1) in RecordCtx()
63 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {} in StRecordCtx()
96 explicit BtAddrRecordCtx(const char *identifier) : StRecordCtx(identifier) in BtAddrRecordCtx()
135 explicit IntRecordCtx(const char *identifier) : StRecordCtx(identifier), val(-1) {} in IntRecordCtx()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
Ddistributeddb_kv_realdel_test.cpp106 …std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbPara… variable
171 …std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbPara… variable
212 …std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbPara… variable
255 …std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbPara… variable
304 std::string identifier = g_kvdbParameter2.userId + "-" + g_kvdbParameter2.appId + variable
348 std::string identifier = g_kvdbParameter2.userId + "-" + g_kvdbParameter2.appId + variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dauto_launch.cpp136 std::string identifier = isDualTupleMode ? dualTupleIdentifier : normalIdentifier; in EnableKvStoreAutoLaunchParmCheck() local
166 std::string identifier = properties.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in EnableKvStoreAutoLaunch() local
193 … AutoLaunch::GetKVConnectionInEnable(AutoLaunchItem &autoLaunchItem, const std::string &identifier) in GetKVConnectionInEnable()
288 …RegisterObserverAndLifeCycleCallback(AutoLaunchItem &autoLaunchItem, const std::string &identifier, in RegisterObserverAndLifeCycleCallback()
313 int AutoLaunch::RegisterObserver(AutoLaunchItem &autoLaunchItem, const std::string &identifier, boo… in RegisterObserver()
330 void AutoLaunch::ObserverFunc(const KvDBCommitNotifyData &notifyData, const std::string &identifier, in ObserverFunc()
386 std::string identifier; in DisableKvStoreAutoLaunch() local
435 void AutoLaunch::GetAutoLaunchSyncDevices(const std::string &identifier, std::vector<std::string> &… in GetAutoLaunchSyncDevices() argument
463 void AutoLaunch::ConnectionLifeCycleCallbackTask(const std::string &identifier, const std::string &… in ConnectionLifeCycleCallbackTask()
501 void AutoLaunch::ConnectionLifeCycleCallback(const std::string &identifier, const std::string &user… in ConnectionLifeCycleCallback()
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dmock_auto_launch.h31 …void CallExtConnectionLifeCycleCallbackTask(const std::string &identifier, const std::string &user… in CallExtConnectionLifeCycleCallbackTask()
46 …std::string CallGetAutoLaunchItemUid(const std::string &identifier, const std::string &originalUse… in CallGetAutoLaunchItemUid()
Ddistributeddb_communicator_proxy_test.cpp107 std::string identifier = g_mgr.GetKvStoreIdentifier(USER_ID, APP_ID, STORE_ID); in SetUp() local
146 std::string identifier = g_mgr.GetKvStoreIdentifier("default", APP_ID, STORE_ID); variable
/foundation/distributedhardware/distributed_input/common/include/
Dinput_hub.cpp457 InputDevice identifier; in OpenInputDeviceLocked() local
477 int32_t InputHub::QueryInputDeviceInfo(int fd, InputDevice &identifier) in QueryInputDeviceInfo()
528 void InputHub::QueryEventInfo(int fd, InputDevice &identifier) in QueryEventInfo()
557 void InputHub::GetEventTypes(struct libevdev *dev, InputDevice &identifier) in GetEventTypes()
569 int32_t InputHub::GetEventKeys(struct libevdev *dev, InputDevice &identifier) in GetEventKeys()
586 int32_t InputHub::GetABSInfo(struct libevdev *dev, InputDevice &identifier) in GetABSInfo()
618 int32_t InputHub::GetRELTypes(struct libevdev *dev, InputDevice &identifier) in GetRELTypes()
635 void InputHub::GetProperties(struct libevdev *dev, InputDevice &identifier) in GetProperties()
706 InputDevice identifier; in QueryLocalTouchScreenInfo() local
1154 …cordDeviceLog(const int32_t deviceId, const std::string &devicePath, const InputDevice &identifier) in RecordDeviceLog()
[all …]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_common_test.cpp304 std::string identifier = DBCommon::TransferHashString(origId); variable
349 std::string identifier = DBCommon::TransferHashString(origId); variable
397 std::string identifier = DBCommon::TransferHashString(origId); variable
Ddistributeddb_auto_launch_test.cpp132 static void GetProperty(KvDBProperties &prop, std::string &identifier, std::string storeId, std::st… in GetProperty()
272 … std::string identifier = DBCommon::TransferHashString(userId + "-" + appId + "-" + storeId); in __anonf4f8e3170202() local
349 … std::string identifier = DBCommon::TransferHashString(userId + "-" + appId + "-" + storeId); in __anonf4f8e3170502() local
493 … std::string identifier = DBCommon::TransferHashString(userId + "-" + appId + "-" + storeId); in __anonf4f8e3170802() local
630 std::string identifier = DBCommon::TransferHashString(userId + "-" + appId + "-" + storeId); in TestAutoLaunchNotifier() local
637 bool AutoLaunchCallBack(const std::string &identifier, AutoLaunchParam &param, KvStoreObserverUnitT… in AutoLaunchCallBack()
652 bool AutoLaunchCallBackBadParam(const std::string &identifier, AutoLaunchParam &param) in AutoLaunchCallBackBadParam()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
Dauto_launch_callback.cpp43 bool AutoLaunchCallback::AutoLaunchRequestNotifier(const std::string &identifier, AutoLaunchParam &… in AutoLaunchRequestNotifier()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_auto_launch_test.cpp284 std::string identifier = DBCommon::TransferHashString(USER_ID1 + "-" + APP_ID1 + "-" + storeId); in GetKvDB() local
373 std::string identifier = DBCommon::TransferHashString(USER_ID1 + "-" + APP_ID1 + "-" + storeId); in TriggerAutoLaunch() local
572 std::string identifier = DBCommon::TransferHashString(USER_ID1 + "-" + APP_ID1 + "-" + storeId); variable
608 std::string identifier = DBCommon::TransferHashString(USER_ID1 + "-" + APP_ID1 + "-" + storeId); variable
655 std::string identifier = DBCommon::TransferHashString(USER_ID1 + "-" + APP_ID1 + "-" + storeId); in DelayAutoLaunchCycle() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_index_optimize_test.cpp67 string identifier = DBCommon::GenerateIdentifierId(storeId, appId, userId); in GetKvStoreDirectory() local
108 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp69 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
Ddistributeddb_storage_sqlite_single_ver_natural_store_test.cpp57 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
Ddistributeddb_storage_single_ver_upgrade_test.cpp202 std::string identifier = DBCommon::TransferStringToHex(g_identifier); in CheckDirectoryV2ToV3() local
277 std::string identifier = DBCommon::TransferStringToHex(g_identifier); in SetUpTestCase() local
307 std::string identifier = DBCommon::TransferStringToHex(g_identifier); in SetUp() local
Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp59 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
381 PragmaEntryDeviceIdentifier identifier; variable
845 PragmaEntryDeviceIdentifier identifier = {.key = KEY_1}; variable
Ddistributeddb_storage_resultset_and_json_optimize.cpp59 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
Dfeature_stub_impl.cpp72 int32_t FeatureStubImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunch… in ResolveAutoLaunch()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_engine.cpp84 auto identifier = GetIdentifier(); in EraseDeviceWaterMark() local
292 auto identifier = GetIdentifier(); in MigrateSyncData() local
1092 auto identifier = GetIdentifier(); in InitConflictNotifiedFlag() local
1122 auto identifier = GetIdentifier(); in SetMaxTimestamp() local
Dsqlite_storage_engine.cpp32 const std::string &identifier) in InitSQLiteStorageEngine()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
Diprocess_communicator.h29 std::string identifier; // An unique and fixed identifier representing a device, such as UUID. member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_meta_data_test.cpp68 std::string identifier = userId + "-" + appId + "-" + STORE_ID; in InitStoreProp() local
/foundation/multimedia/image_framework/plugins/manager/src/framework/
Djson_helper.cpp164 void JsonHelper::PrintElementMissingLog(const std::string &identifier, const std::string &key, uint… in PrintElementMissingLog()

1234