Home
last modified time | relevance | path

Searched defs:keys (Results 151 – 175 of 555) sorted by relevance

12345678910>>...23

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_info.cpp78 std::map<std::string, std::string> keys; in GetSchemaKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp686 std::vector<Key> keys; variable
722 std::vector<Key> keys; variable
760 std::vector<Key> keys; variable
816 std::vector<Key> keys; variable
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp182 std::vector<Attributes::AttributeKey> keys; in FuzzGetProperty() local
492 std::vector<Attributes::AttributeKey> keys = {Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION}; in FuzzFillGetPropertyValue() local
504 std::vector<Attributes::AttributeKey> keys = {Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION}; in FuzzFillGetPropertyKeys() local
552 std::vector<Attributes::AttributeKey> keys; in FuzzGetPropertyById() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp722 static void CreatEntrys(int recordSize, vector<Key> &keys, vector<Value> &values, vector<Entry> &en… in CreatEntrys()
762 vector<Key> keys; variable
882 vector<Key> keys(keysBase.begin(), keysBase.begin() + DIVIDE_BATCH_PRESET_SIZE); variable
961 vector<Key> keys(keysBase.begin() + 5, keysBase.end()); variable
1240 vector<Key> keys; variable
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp271 std::vector<Key> keys; variable
533 std::vector<Key> keys; variable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java43 public abstract void addTunable(Tunable tunable, String... keys); in addTunable()
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmetadata_service.cpp152 …_t MetadataService::ListMetadataKeys(const sptr<NativeBuffer>& handle, std::vector<uint32_t>& keys) in ListMetadataKeys()
/ohos5.0/drivers/peripheral/display/buffer/test/benchmarktest/
H A Ddisplay_buffer_benchmark_test.cpp125 std::vector<uint32_t> keys; in BENCHMARK_F() local
/aosp14/frameworks/base/cmds/idmap2/tests/
H A DResourceMappingTests.cpp80 std::string keys; in MappingExists() local
117 std::string keys; in MappingExists() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_test_ng.cpp239 std::list<std::string> keys; in CreateRepeatGrid() local
246 std::list<std::string> keys; in CreateRepeatGrid() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp186 const std::vector<std::string> &keys) in UnRegisterDataObserver()
234 const std::vector<std::string> &keys) in RegisterDataObserver()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.cpp217 int MultiVerNaturalStoreConnection::DeleteBatch(const IOption &option, const std::vector<Key> &keys) in DeleteBatch()
493 bool MultiVerNaturalStoreConnection::CheckDeletedKeys(const std::vector<Key> &keys) in CheckDeletedKeys()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp115 void PublishedDataSubscriberManager::Emit(const std::vector<PublishedDataKey> &keys, int32_t userId, in Emit()
202 …shedDataSubscriberManager::SetObserversNotifiedOnEnabled(const std::vector<PublishedDataKey> &keys) in SetObserversNotifiedOnEnabled()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp240 int32_t WrapCJsonItem(const std::initializer_list<std::pair<std::string, std::string>> &keys, std::… in WrapCJsonItem()
260 bool CJsonParamCheck(const cJSON *jsonObj, const std::initializer_list<std::string> &keys) in CJsonParamCheck()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1639 uint8_t EventManager::GetKeyboardShortcutKeys(const std::vector<ModifierKey>& keys) in GetKeyboardShortcutKeys()
1675 bool EventManager::IsSystemKeyboardShortcut(const std::string& value, uint8_t keys) in IsSystemKeyboardShortcut()
1693 bool EventManager::IsSameKeyboardShortcutNode(const std::string& value, uint8_t keys) in IsSameKeyboardShortcutNode()
1718 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutSingleKey()
1743 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutDoubleKeysWithCtrlShift()
1770 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutDoubleKeysWithCtrlAlt()
1797 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutDoubleKeysWithShiftAlt()
1824 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutDoubleKeys()
1838 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutTripleKeys()
1891 uint8_t keys, std::vector<std::vector<KeyCode>>& keyCodes, std::vector<uint8_t>& permutation) in AddKeyboardShortcutKeys()
/aosp14/frameworks/base/core/java/android/os/
H A DTokenWatcher.java150 Set<IBinder> keys = mTokens.keySet(); in dumpInternal() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionController.java68 String[] keys(); in keys() method
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp101 …2_t DisplayBufferVdiImpl::ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& keys) in ListMetadataKeys()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Ddualfwk_conf_loader.cpp74 static int32_t ParseBackupFile(const std::string &backupFile, const std::vector<std::string> &keys, in ParseBackupFile()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java218 public void onNotificationsSeen(@NonNull List<String> keys) { in onNotificationsSeen()
419 public void onNotificationsSeen(List<String> keys) { in onNotificationsSeen()
576 List<String> keys = (List<String>) args.arg1; in handleMessage() local
/aosp14/frameworks/base/core/java/android/net/
H A DScoredNetwork.java210 Set<String> keys = bundle1.keySet(); in bundleEquals() local
/aosp14/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java103 final SortedIntArray[] keys = new SortedIntArray[mKeys.length]; in Constants() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DKeyValueAdbRestoreEngine.java138 List<String> keys = new ArrayList<>(data.keySet()); in copyKeysInLexicalOrder() local
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp105 JNIEnv *env, jobjectArray keys, jobjectArray values, in ConvertKeyValueArraysToKeyedVector()
359 JNIEnv *env, jobjectArray keys, jobjectArray values, in ConvertKeyValueArraysToMessage()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp108 std::vector<Entry> CreateEntries(const uint8_t *data, size_t size, std::vector<Key> &keys) in CreateEntries()
230 std::vector<Key> keys; in FuzzCURD() local

12345678910>>...23