Home
last modified time | relevance | path

Searched defs:key (Results 851 – 875 of 5573) sorted by relevance

1...<<31323334353637383940>>...223

/aosp12/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DLruCacheUnitTests.java10 Integer key = Integer.valueOf(1); in testPut() local
18 Integer key = Integer.valueOf(1); in testTracingInUsedObject() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
H A DDefaultAutofillPickerPreferenceController.java80 protected void setCurrentDefault(String key) { in setCurrentDefault()
82 Settings.Secure.AUTOFILL_SERVICE, key); in setCurrentDefault() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall.h125 struct bitmap key = { 0 }; in netfirewall_policy_ingress() local
177 struct bitmap key = { 0 }; in netfirewall_policy_egress() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_pixmap_image.cpp34 void PixelMapImage::Cache(const std::string& key) {} in Cache()
35 RefPtr<CanvasImage> PixelMapImage::QueryFromCache(const std::string& key) in QueryFromCache()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_adapter.c72 static int32_t AddStorageParams(const struct HksBlob *key, const struct HksBlob *keyInfoBlob, in AddStorageParams()
110 int32_t TranslateKeyInfoBlobToParamSet(const struct HksBlob *key, const struct HksBlob *keyInfoBlob, in TranslateKeyInfoBlobToParamSet()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_ability.cpp68 void CameraAbility::SetSupportParameterRange(uint32_t key, list<CameraPicSize> &rangeList) in SetSupportParameterRange()
84 void CameraAbility::SetSupportParameterRange(uint32_t key, list<int32_t> &rangeList) in SetSupportParameterRange()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistent_storage.cpp26 bool ScenePersistentStorage::HasKey(const std::string& key, ScenePersistentStorageType storageType) in HasKey()
40 void ScenePersistentStorage::Delete(const std::string& key, ScenePersistentStorageType storageType) in Delete()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Datomic_map.h34 void erase(const Key& key) in erase()
44 auto key = data_.find(k); in find() local
/ohos5.0/base/security/code_signature/utils/src/
H A Dpkcs7_generator.cpp27 int32_t PKCS7Generator::GenerateSignature(const std::string &ownerID, SignKey &key, const char *has… in GenerateSignature()
76 int32_t PKCS7Generator::SignData(SignKey &key, SignerInfo &signerInfo) in SignData()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_parsesources_mock_test.cpp41 std::shared_ptr<SuspendSources>& parseSources, Json::Value& valueObj, std::string& key) in ParseSourcesProc()
47 std::shared_ptr<WakeupSources>& parseSources, Json::Value& valueObj, std::string& key) in ParseSourcesProc()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/previewTest/entry/src/main/resources/base/profile/
H A Dmenu.json1 {"key": "value"} string
/aosp12/system/security/keystore2/src/
H A Dpermission.rs704 let key = KeyDescriptor { domain: Domain::APP, nspace: 0, alias: None, blob: None }; in check_grant_permission_app() localVariable
722 let key = KeyDescriptor { in check_grant_permission_selinux() localVariable
741 let key = KeyDescriptor { domain: Domain::GRANT, nspace: 0, alias: None, blob: None }; in check_key_permission_domain_grant() localVariable
766 let key = KeyDescriptor { domain: Domain::APP, nspace: 0, alias: None, blob: None }; in check_key_permission_domain_app() localVariable
850 let key = KeyDescriptor { in check_key_permission_domain_selinux() localVariable
904 let key = KeyDescriptor { in check_key_permission_domain_blob() localVariable
921 let key = KeyDescriptor { domain: Domain::KEY_ID, nspace: 0, alias: None, blob: None }; in check_key_permission_domain_key_id() localVariable
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Drunning_lock_strategy.cpp193 std::string key = std::to_string(info.uid) + "_" + info.name; in GetAllAppInfos() local
218 std::string key = std::to_string(info.uid_) + "_" + uidBundleNmeMap_[info.uid_]; in GetAllRunningAppInfo() local
247 std::string key = std::to_string(task->GetUid()) + "_" + task->GetBundleName(); in GetWorkSchedulerTask() local
265 std::string key = std::to_string(appInfo.uid) + "_" + appInfo.bundleName; in GetForegroundApplications() local
296 std::string key = std::to_string(task->GetCreatorUid()) + "_" + iter->second; in GetBackgroundTaskApp() local
305 std::string key = std::to_string(task->GetUid()) + "_" + task->GetPackageName(); in GetBackgroundTaskApp() local
572 auto key = std::to_string(uid) + "_" + bundleName; in HandleProcessStatusChanged() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DMemoryStoreImpl.java66 public void read(final String key, final String name, final BlobListener blobListener) { in read()
115 public void write(String key, String name, byte[] value) { in write()
132 public void setCluster(String key, String cluster) { in setCluster()
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h102 void setHmacKey(const auth_token_key_t& key) { hmacKey_ = key; } in setHmacKey()
116 void finalize(const auth_token_key_t& key) { in finalize()
171 hidl_vec<uint8_t> userConfirm(const auth_token_key_t& key) { in userConfirm()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DEmojiAltPhysicalKeyDetector.java63 final Pair<Integer, Integer> key = in onKeyDown() local
93 final Pair<Integer, Integer> key = Pair.create(keyCode, metaState); in onKeyUp() local
198 final Pair<Integer, Integer> key = Pair.create( in parseHotKeys() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java87 final String key = entry.getKey(); in writeUid() local
458 private void addTimer(HealthStatsWriter writer, int key, BatteryStats.Timer timer) { in addTimer()
468 private void addTimers(HealthStatsWriter writer, int key, String name, in addTimers()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DIndentingPrintWriter.java70 public void printPair(String key, Object value) { in printPair()
74 public void printPair(String key, Object[] value) { in printPair()
78 public void printHexPair(String key, int value) { in printHexPair()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppPreference.java118 String key = getChannelKey(remoteDevice, uuid); in getChannel() local
152 String key = getChannelKey(remoteDevice, uuid); in setChannel() local
161 String key = getChannelKey(remoteDevice, uuid); in removeChannel() local
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp89 int32_t DisplayBufferVdiImpl::SetMetadata(const BufferHandle& handle, uint32_t key, const std::vect… in SetMetadata()
95 int32_t DisplayBufferVdiImpl::GetMetadata(const BufferHandle& handle, uint32_t key, std::vector<uin… in GetMetadata()
107 int32_t DisplayBufferVdiImpl::EraseMetadataKey(const BufferHandle& handle, uint32_t key) in EraseMetadataKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dlru_bucket_test.cpp43 std::string key = std::string("test_") + std::to_string(i); in SetUp() local
84 std::string key = std::string("test_") + std::to_string(i); variable
104 std::string key = std::string("test_") + std::to_string(i); variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp85 std::string key = GenerateKey(udid); in SyncMLDeviceInfos() local
101 std::string key = GenerateKey(udid); in GetMLDeviceInfos() local
131 std::string key = GenerateKey(udid); in PutMLDeviceInfos() local
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_sched_data_manager.cpp75 std::string key = bundleName + "_" + std::to_string(userId); in FindGroup() local
88 std::string key = bundleName + "_" + std::to_string(userId); in AddGroup() local
100 std::string key = bundleName + "_" + std::to_string(userId); in ClearGroup() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_value.cpp240 shared_ptr<JsValue> key = pandaRuntime->NewString(name); in GetProperty() local
258 Local<JSValueRef> key = std::static_pointer_cast<ArkJSValue>(name)->GetValue(pandaRuntime); in GetProperty() local
271 shared_ptr<JsValue> key = pandaRuntime->NewString(name); in SetProperty() local
290 Local<JSValueRef> key = std::static_pointer_cast<ArkJSValue>(name)->GetValue(pandaRuntime); in SetProperty() local
300 shared_ptr<JsValue> key = pandaRuntime->NewString(name); in SetAccessorProperty() local
319 Local<JSValueRef> key = std::static_pointer_cast<ArkJSValue>(name)->GetValue(pandaRuntime); in SetAccessorProperty() local
329 shared_ptr<JsValue> key = pandaRuntime->NewString(name); in HasProperty() local
347 Local<JSValueRef> key = std::static_pointer_cast<ArkJSValue>(name)->GetValue(pandaRuntime); in HasProperty() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_core_service_test.cpp177 static int32_t HksCoreInitForDe(const struct HksBlob *key, const struct HksParamSet *paramSet, str… in HksCoreInitForDe()
243 static int32_t HksCoreAttestKeyForDe(const struct HksBlob *key, const struct HksParamSet *paramSet, in HksCoreAttestKeyForDe()
265 static int32_t HksCoreExportPublicKeyForDe(const struct HksBlob *key, const struct HksParamSet *par… in HksCoreExportPublicKeyForDe()
427 struct HksBlob key = { 0 }; variable
550 struct HksBlob key = { .size = keySize, .data = keyData }; variable
565 struct HksBlob key = { .size = sizeof(keyPair), .data = (uint8_t *)&keyPair }; variable
580 struct HksBlob key = { .size = sizeof(keyPair), .data = (uint8_t *)&keyPair }; variable
617 struct HksBlob key = { .size = sizeof(keyPair), .data = (uint8_t *)&keyPair }; variable

1...<<31323334353637383940>>...223