/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/ |
H A D | task_queue.cpp | 76 TaskQueue::Entry::Entry(uint64_t identifier, IThreadPool::ITask::Ptr task) : task(move(task)), identifier(identifier) {} in Entry() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | auto_launch_callback.cpp | 43 bool AutoLaunchCallback::AutoLaunchRequestNotifier(const std::string &identifier, AutoLaunchParam ¶m) in AutoLaunchRequestNotifier() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | mock_auto_launch.h | 31 void CallExtConnectionLifeCycleCallbackTask(const std::string &identifier, const std::string &userId) in CallExtConnectionLifeCycleCallbackTask() argument 46 std::string CallGetAutoLaunchItemUid(const std::string &identifier, const std::string &originalUserId, bool &ext) in CallGetAutoLaunchItemUid() argument
|
H A 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); in HWTEST_F() local
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | assert_helper.h | 31 explicit RecordCtx(const char *identifier) : id(-1) in RecordCtx() argument 54 const char *identifier; member in RecordCtx 61 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {} in StRecordCtx() argument 94 explicit BtAddrRecordCtx(const char *identifier) : StRecordCtx(identifier) in BtAddrRecordCtx() argument 133 IntRecordCtx(const char *identifier) IntRecordCtx() argument [all...] |
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | assert_helper.h | 26 explicit RecordCtx(const char *identifier) : id(-1) in RecordCtx() argument 49 const char *identifier; member in RecordCtx 56 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {} in StRecordCtx() argument 89 explicit BtAddrRecordCtx(const char *identifier) : StRecordCtx(identifier) in BtAddrRecordCtx() argument 128 IntRecordCtx(const char *identifier) IntRecordCtx() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_sqlite_single_ver_natural_store_test.cpp | 57 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
|
H A D | distributeddb_storage_rd_single_ver_storage_engine_test.cpp | 58 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
|
H A D | distributeddb_storage_rd_single_ver_natural_store_test.cpp | 56 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
|
H A D | distributeddb_storage_rd_result_and_json_optimize_test.cpp | 58 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
|
H A D | distributeddb_storage_sqlite_single_ver_storage_engine_test.cpp | 69 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
|
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 59 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
|
H A D | distributeddb_relational_remote_query_test.cpp | 79 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
H A D | json_helper.cpp | 166 void JsonHelper::PrintElementMissingLog(const std::string &identifier, const std::string &key, uint32_t errorCode) in PrintElementMissingLog() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | upgrade_manager.cpp | 124 auto identifier =
in SetCompatibleIdentifyByType() local 134 auto identifier =
in SetCompatibleIdentifyByType() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store.cpp | 47 const std::string identifier = properties.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in RemoveKvDB() local
|
H A D | storage_engine_manager.cpp | 65 std::string identifier = GetIdentifier(property); in GetStorageEngine() local 112 int StorageEngineManager::ForceReleaseStorageEngine(const std::string &identifier) in ForceReleaseStorageEngine() argument 228 StorageEngine *StorageEngineManager::FindStorageEngine(const std::string &identifier) in FindStorageEngine() argument 246 InsertStorageEngine(const std::string &identifier, StorageEngine *&storageEngine) InsertStorageEngine() argument 252 EraseStorageEngine(const std::string &identifier) EraseStorageEngine() argument 258 ReleaseResources(const std::string &identifier) ReleaseResources() argument 279 const std::string identifier = releaseEngine->GetIdentifier(); ReleaseEngine() local 304 EnterGetEngineProcess(const std::string &identifier) EnterGetEngineProcess() argument 313 ExitGetEngineProcess(const std::string &identifier) ExitGetEngineProcess() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_storage_engine.cpp | 32 InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, const std::string &identifier) InitSQLiteStorageEngine() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_notification.h | 156 void InitTrackChanged(uint64_t identifier) in InitTrackChanged() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_store_instance.cpp | 56 std::string identifier = connection->GetIdentifier(); in ReleaseDataBaseConnection() local 70 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in GetFromCache() local 91 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in RemoveKvDBFromCache() local 98 std::string identifier = properties.GetStringProp(RelationalDBProperties::IDENTIFIER_DATA, ""); in SaveRelationalDBToCache() local 197 std::string identifier = properties.GetStringProp(DBProperties::IDENTIFIER_DATA, ""); GetDatabaseConnection() local 234 EnterDBOpenCloseProcess(const std::string &identifier) EnterDBOpenCloseProcess() argument 243 ExitDBOpenCloseProcess(const std::string &identifier) ExitDBOpenCloseProcess() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/ |
H A D | kvstore_data_service_test.cpp | 192 std::string identifier = "kvstoredataservicetest"; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A 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/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_engine.cpp | 84 InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, const std::string &identifier) InitRdStorageEngine() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cache_cursor_test.cpp | 171 int64_t identifier = *std::get_if<int64_t>(&data["identifier"]);
in HWTEST_F() local 221 int64_t identifier in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_realdel_test.cpp | 106 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local 171 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local 212 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local 255 std::string identifier = g_kvdbParameter1.userId + "-" + g_kvdbParameter1.appId + "-" + g_kvdbParameter1.storeId; in HWTEST_F() local 304 std::string identifier = g_kvdbParameter2.userId + "-" + g_kvdbParameter2.appId + in HWTEST_F() local 348 std::string identifier = g_kvdbParameter2.userId + "-" + g_kvdbParameter2.appId + HWTEST_F() local [all...] |