Home
last modified time | relevance | path

Searched defs:identifier (Results 1 - 25 of 109) sorted by relevance

12345

/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue.cpp76 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 Dauto_launch_callback.cpp43 bool AutoLaunchCallback::AutoLaunchRequestNotifier(const std::string &identifier, AutoLaunchParam &param) in AutoLaunchRequestNotifier() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_auto_launch.h31 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 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); in HWTEST_F() local
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dassert_helper.h31 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 Dassert_helper.h26 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 Ddistributeddb_storage_sqlite_single_ver_natural_store_test.cpp57 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
H A Ddistributeddb_storage_rd_single_ver_storage_engine_test.cpp58 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
H A Ddistributeddb_storage_rd_single_ver_natural_store_test.cpp56 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp() local
H A Ddistributeddb_storage_rd_result_and_json_optimize_test.cpp58 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp69 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase() local
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp59 std::string identifier = DBCommon::TransferHashString(origIdentifier); in SetUpTestCase() local
H A Ddistributeddb_relational_remote_query_test.cpp79 std::string identifier = userId + "-" + appId + "-" + g_storeID; in InitStoreProp() local
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Djson_helper.cpp166 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 Dupgrade_manager.cpp124 auto identifier = in SetCompatibleIdentifyByType() local
134 auto identifier = in SetCompatibleIdentifyByType() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.cpp47 const std::string identifier = properties.GetStringProp(KvDBProperties::IDENTIFIER_DATA, ""); in RemoveKvDB() local
H A Dstorage_engine_manager.cpp65 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 Dsqlite_storage_engine.cpp32 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 Davrcp_tg_notification.h156 void InitTrackChanged(uint64_t identifier) in InitTrackChanged() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp56 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 Dkvstore_data_service_test.cpp192 std::string identifier = "kvstoredataservicetest"; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A 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/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp84 InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, const std::string &identifier) InitRdStorageEngine() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp171 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 Ddistributeddb_kv_realdel_test.cpp106 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...]

Completed in 14 milliseconds

12345