Home
last modified time | relevance | path

Searched defs:entry (Results 501 – 525 of 1042) sorted by relevance

1...<<21222324252627282930>>...42

/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/small/
H A Dpower_screen_saver.c52 ScreenSaverProxyEntry *entry = (ScreenSaverProxyEntry *)&client[size]; in CreatClient() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dmetadata_controller.cpp189 camera_metadata_item_t entry; in GetStreamId() local
208 camera_metadata_item_t entry; in FilterUpdateKeys() local
479 camera_metadata_item_t entry; in DealUpdateNewTagData() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java719 NotificationEntry entry = new NotificationEntryBuilder() in testShouldHeadsUp_nonSuppressedGroupSummary() local
742 NotificationEntry entry = new NotificationEntryBuilder() in testShouldHeadsUp_suppressedGroupSummary() local
761 NotificationEntry entry = new NotificationEntryBuilder() in testShouldHeadsUp_suppressedHeadsUp() local
782 NotificationEntry entry = new NotificationEntryBuilder() in testShouldHeadsUp_noSuppressedHeadsUp() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp543 for (const auto &entry : entries) { in CheckSyncEntriesValid() local
594 int RdSingleVerNaturalStoreConnection::SaveEntry(const Entry &entry, bool isDelete, Timestamp times… in SaveEntry()
610 int RdSingleVerNaturalStoreConnection::SaveEntryNormally(const Entry &entry, bool isDelete) in SaveEntryNormally()
779 Entry entry; in DeleteSyncEntries() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c271 struct SkbData *entry = NULL; in UsbnetAdapterBh() local
332 struct SkbData *entry = (struct SkbData *) newsk->cb; in UsbnetAdapterQueueSkb() local
343 struct SkbData *entry = (struct SkbData *) skb->cb; in UsbnetAdapterDeferBh() local
950 struct SkbData *entry = (struct SkbData *)skb->cb; in UsbnetAdapterRxComplete() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp1220 for (const auto &entry: subscribeQuery) { variable
1228 for (const auto &entry: subscribeQuery) { variable
1239 for (const auto &entry: subscribeQuery) { variable
1249 for (const auto &entry: subscribeQuery) { variable
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java75 void writeEntry(TrackerEntry entry) { in writeEntry()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java68 public void add(int uid, Entry entry) { in add()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp108 Ability_NativeChildProcess_ErrCode OH_Ability_StartNativeChildProcess(const char* entry, in OH_Ability_StartNativeChildProcess()
/ohos5.0/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp73 …CreateFactoryFunc entry = reinterpret_cast<CreateFactoryFunc>(dlsym(handle, MEDIA_ENGINE_ENTRY_SYM… in LoadLib() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNoManSimulator.java52 final NotificationEntry entry = builder.build(); in postNotif() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java171 ZipEntry entry = new ZipEntry(filename); in zipUp() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDeviceStateController.java175 final Pair<Consumer<DeviceState>, Executor> entry = entries.get(i); in onDeviceStateReceivedByDisplayManager() local
/ohos5.0/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability.cpp147 void Ability::SetMainRoute(const std::string &entry) in SetMainRoute()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp187 camera_metadata_item_t entry; variable
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDynamicCodeLoadingTests.java121 Entry entry = new Entry("owning.package", "/path/file", 'Z', 10, "loading.package"); in testRecord_badFileType_throws() local
132 Entry entry = new Entry("owning.package", "/path/file" + i, 'D', 10, "loading.package"); in testRecord_tooManyFiles_ignored() local
471 private boolean record(PackageDynamicCodeLoading info, Entry entry) { in record()
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_base.c593 ParamNode *entry = (ParamNode *)GetTrieNode(workSpace, node->dataIndex); in BaseFindTrieNode() local
637 ParamNode *entry = (ParamNode *)GetTrieNode(workspace, node->dataIndex); in CachedParameterCreate() local
667 ParamNode *entry = (ParamNode *)GetTrieNode(param->workspace, param->dataIndex); in CachedParameterCheck() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_index_unit_test.cpp113 for (auto &entry : indexAll) { in GenerateSchemaIndexArray() local
142 for (const auto &entry : define) { in GenerateSchemaString() local
180 for (const auto &entry : define) { in GenerateValue() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability_thread.cpp173 std::string entry = "AbilityThread::Attach start; the load lifecycle."; in AttachInner() local
258 std::string entry = "AbilityThread::" + methodName + "; the foreground lifecycle."; in AddLifecycleEvent() local
263 std::string entry = "AbilityThread::" + methodName + "; the background lifecycle."; in AddLifecycleEvent() local
/aosp14/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp31 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const android::Source& source) in ZipFile()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp78 int32_t RdbCursor::GetEntry(VBucket &entry) in GetEntry()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_file.c138 struct dirent *entry; in HnpDeleteAllFileInPath() local
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp165 ContainerReaderEntry* entry; in Action() local
244 for (auto& entry : type->entries) { in Dump() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp192 Entry entry; in FillBatchValues() local
390 Entry entry; in PutAllValueToNewKvStore() local
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H A Dx509crl_fuzzer.cpp217 static void TestX509CrlEntryName(HcfX509CrlEntry *entry) in TestX509CrlEntryName()
236 HcfX509CrlEntry *entry = nullptr; in TestX509CrlEntry() local

1...<<21222324252627282930>>...42