/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
D | storage_engine_manager.cpp | 58 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()
|
D | relational_store_instance.cpp | 55 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()
|
D | kvdb_manager.cpp | 79 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/ |
D | assert_helper.h | 33 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/ |
D | distributeddb_kv_realdel_test.cpp | 106 …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/ |
D | auto_launch.cpp | 136 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 ¬ifyData, 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/ |
D | mock_auto_launch.h | 31 …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()
|
D | distributeddb_communicator_proxy_test.cpp | 107 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/ |
D | input_hub.cpp | 457 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/ |
D | distributeddb_common_test.cpp | 304 std::string identifier = DBCommon::TransferHashString(origId); variable 349 std::string identifier = DBCommon::TransferHashString(origId); variable 397 std::string identifier = DBCommon::TransferHashString(origId); variable
|
D | distributeddb_auto_launch_test.cpp | 132 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 ¶m, KvStoreObserverUnitT… in AutoLaunchCallBack() 652 bool AutoLaunchCallBackBadParam(const std::string &identifier, AutoLaunchParam ¶m) in AutoLaunchCallBackBadParam()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
D | auto_launch_callback.cpp | 43 bool AutoLaunchCallback::AutoLaunchRequestNotifier(const std::string &identifier, AutoLaunchParam &… in AutoLaunchRequestNotifier()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
D | distributeddb_interfaces_auto_launch_test.cpp | 284 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/ |
D | distributeddb_storage_index_optimize_test.cpp | 67 string identifier = DBCommon::GenerateIdentifierId(storeId, appId, userId); in GetKvStoreDirectory() local 108 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
|
D | distributeddb_storage_sqlite_single_ver_storage_engine_test.cpp | 69 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
|
D | distributeddb_storage_sqlite_single_ver_natural_store_test.cpp | 57 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
|
D | distributeddb_storage_single_ver_upgrade_test.cpp | 202 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
|
D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 59 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local 381 PragmaEntryDeviceIdentifier identifier; variable 845 PragmaEntryDeviceIdentifier identifier = {.key = KEY_1}; variable
|
D | distributeddb_storage_resultset_and_json_optimize.cpp | 59 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
D | feature_stub_impl.cpp | 72 int32_t FeatureStubImpl::ResolveAutoLaunch(const std::string &identifier, DistributedDB::AutoLaunch… in ResolveAutoLaunch()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
D | sqlite_single_ver_storage_engine.cpp | 84 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
|
D | sqlite_storage_engine.cpp | 32 const std::string &identifier) in InitSQLiteStorageEngine()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
D | iprocess_communicator.h | 29 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/ |
D | distributeddb_cloud_meta_data_test.cpp | 68 std::string identifier = userId + "-" + appId + "-" + STORE_ID; in InitStoreProp() local
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
D | json_helper.cpp | 164 void JsonHelper::PrintElementMissingLog(const std::string &identifier, const std::string &key, uint… in PrintElementMissingLog()
|