Home
last modified time | relevance | path

Searched refs:entry (Results 401 - 425 of 428) sorted by relevance

1...<<1112131415161718

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/
H A Dbms_patch_parser_test.cpp46 "name" : "entry",
162 EXPECT_EQ(appQuickFix.deployingAppqfInfo.hqfInfos[0].moduleName, "entry"); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_handle_service.cpp20 #include <libexif/exif-entry.h>
H A Dmedialibrary_meta_recovery.cpp414 for (const auto& entry : filesystem::recursive_directory_iterator(dir)) { in GetTotalBackupFileCount()
415 if (entry.is_regular_file() && entry.path().extension() == ".json") { in GetTotalBackupFileCount()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp20 #include <libexif/exif-entry.h>
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h116 int GetEntryByRowId(int64_t rowId, Entry &entry);
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c45 ListInsertTail(head, &ptr[i].entry); in AllocIovList()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js164 const entry = this.updateFuncByElmtId.get(elmtId);
165 if (entry === undefined) {
168 let updateFuncRecord = (typeof entry === 'object') ? entry : undefined;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dlocal_subscribe_store_test.cpp1467 Entry entry; in HWTEST_F() local
1468 entry.key = std::to_string(i); in HWTEST_F()
1469 entry.value = "subscribe"; in HWTEST_F()
1470 entries.push_back(entry); in HWTEST_F()
H A Dlocal_subscribe_device_store_test.cpp1454 Entry entry; in HWTEST_F() local
1455 entry.key = std::to_string(i); in HWTEST_F()
1456 entry.value = "subscribe"; in HWTEST_F()
1457 entries.push_back(entry); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp1074 for (auto &[entry, reach] : reachableReference_[referenceProperty.targetTableName]) {
1076 recordTargets.insert(entry);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp279 for (auto &entry: extend) { in UpdateCloudDBData()
280 entry[CloudDbConstant::VERSION_FIELD] = std::to_string(versionStart++); in UpdateCloudDBData()
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp249 for (auto &entry: extend) { in UpdateCloudDBData()
250 entry[CloudDbConstant::VERSION_FIELD] = std::to_string(versionStart++); in UpdateCloudDBData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs779 self.infos.entry(user_id).or_default();
812 self.infos.entry(user_id).or_default();
840 self.infos.entry(user_id).or_default();
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp321 auto entry = data[j].find(CloudDbConstant::DELETE_FIELD); in CheckCloudTotalCount() local
322 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTotalCount()
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp369 auto entry = data[j].find(CloudDbConstant::DELETE_FIELD); in CheckCloudTableCount() local
370 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTableCount()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp429 auto entry = data[j].find(CloudDbConstant::DELETE_FIELD); in CheckCloudTableCount() local
430 if (entry != data[j].end() && std::get<bool>(entry->second)) { in CheckCloudTableCount()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp725 std::string entry = "MainThread::ScheduleLaunchAbility; the load lifecycle."; in ScheduleLaunchAbility() local
726 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry); in ScheduleLaunchAbility()
1341 TAG_LOGW(AAFwkTag::APPKIT, "HandleLaunchApplication find entry hap module info failed"); in HandleLaunchApplication()
1791 TAG_LOGD(AAFwkTag::APPKIT, "add entry: %{public}s", entryName.c_str()); in CalcNativeLiabraryEntries()
2045 std::string entry = "MainThread::HandleLaunchAbility; the load lifecycle."; in HandleLaunchAbility() local
2046 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry); in HandleLaunchAbility()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp1267 for (const auto &entry : statusMap) { in HWTEST_F()
1268 EXPECT_EQ(entry.second, static_cast<int>(SyncOperation::OP_COMM_ABNORMAL)); in HWTEST_F()
1309 for (const auto &entry : statusMap) { in HWTEST_F()
1310 EXPECT_EQ(entry.second, static_cast<int>(SyncOperation::OP_COMM_ABNORMAL)); in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp169 ABILITYBASE_LOGE("Mem copy directory entry failed"); in ParseOneEntry()
198 for (const auto &[fileName, entry]: entriesMap_) { in MakeDirTree()
231 ABILITYBASE_LOGE("Parse entry[%{public}d] failed", i); in ParseAllEntries()
739 // get entry data offset relative file in GetEntryDataOffset()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp608 for (auto entry : materials_) {
609 auto material = entry.second.lock();
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp528 auto entry = lookUp_.extract(Entity()); in Reset() local
530 lookUp_.insert(move(entry)); in Reset()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_crud_test.cpp1783 for (auto &entry : entriesBatch) { in JudgeInLongWriteWrite()
1784 if (CompareVector(entry.key, entryCurrent.key)) { in JudgeInLongWriteWrite()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1980 for (auto &entry: downloadItem.assets) { in DownloadOneAssetRecord()
1981 for (auto &asset: entry.second) { in DownloadOneAssetRecord()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp112 std::string entry = std::string("AbilityRecord::") + methodName + "; the " + methodName + " lifecycle starts.";
113 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry);
H A Dability_manager_service.cpp5310 std::string entry = "AbilityManagerService::AttachAbilityThread; the end of load lifecycle."; in AttachAbilityThread() local
5311 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry); in AttachAbilityThread()
5914 std::string entry = "AbilityManagerService::AbilityTransitionDone; the end of background lifecycle."; in AbilityTransitionDone() local
5915 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry); in AbilityTransitionDone()
5918 std::string entry = "AbilityManagerService::AbilityTransitionDone; the end of foreground lifecycle." in AbilityTransitionDone() local
5920 FreezeUtil::GetInstance().AddLifecycleEvent(flow, entry); in AbilityTransitionDone()

Completed in 78 milliseconds

1...<<1112131415161718