Home
last modified time | relevance | path

Searched defs:key (Results 2501 – 2525 of 5573) sorted by relevance

1...<<101102103104105106107108109110>>...223

/aosp12/hardware/google/pixel/perfstatsd/
H A Dperfstatsd.cpp70 void Perfstatsd::setOptions(const std::string &key, const std::string &value) { in setOptions()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp78 for (const auto &key : keys) { in ConvertCloudChangeDataToEntries() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_kv_adapter_test.cpp130 string key = "key"; variable
/ohos5.0/base/startup/init/services/etc/appender/
H A Dfile_appender.py52 def insert_append_user_value(key, arr, source_dict): argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_meta_executor.cpp76 Key key; in GetAllKeys() local
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantthird_fuzzer/
H A Dwantthird_fuzzer.cpp58 std::string key(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H A Dclone_update_strategy.cpp62 std::string CloneUpdateStrategy::GetBundleOrAbilityName(const std::string &key) in GetBundleOrAbilityName()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_source.h45 …ConfigDistributedHardware(const std::string &uuid, const std::string &dhId, const std::string &key, in ConfigDistributedHardware()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.cpp32 std::string key; in ParseLine() local
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp1223 auto key = std::make_pair(request.inputBuffer.streamId, request.frameNumber); in processOneCaptureRequest() local
1236 auto key = std::make_pair(request.outputBuffers[i].streamId, request.frameNumber); in processOneCaptureRequest() local
1270 auto key = std::make_pair(request.inputBuffer.streamId, request.frameNumber); in processOneCaptureRequest() local
1274 auto key = std::make_pair(request.outputBuffers[i].streamId, request.frameNumber); in processOneCaptureRequest() local
1357 auto key = std::make_pair(streamId, frameNumber); in constructCaptureResult() local
1368 auto key = std::make_pair(streamId, frameNumber); in constructCaptureResult() local
1486 auto key = std::make_pair(streamId, frameNumber); in constructCaptureResult() local
1492 auto key = std::make_pair(streamId, frameNumber); in constructCaptureResult() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp194 std::string key = "key"; variable
270 std::string key = "key"; variable
487 std::string key = "key"; variable
978 std::string key = "key"; variable
1008 std::string key = "key"; variable
1038 std::string key = "key"; variable
1062 std::string key = "key"; variable
1086 std::string key = "key"; variable
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp481 int32_t MultiModalInputPreferencesManager::GetIntValue(const std::string &key, int32_t defaultValue) in GetIntValue()
486 bool MultiModalInputPreferencesManager::GetBoolValue(const std::string &key, bool defaultValue) in GetBoolValue()
494 int32_t MultiModalInputPreferencesManager::SetIntValue(const std::string &key, const std::string &s… in SetIntValue()
500 int32_t MultiModalInputPreferencesManager::SetBoolValue(const std::string &key, const std::string &… in SetBoolValue()
506 int32_t MultiModalInputPreferencesManager::GetShortKeyDuration(const std::string &key) in GetShortKeyDuration()
511 int32_t MultiModalInputPreferencesManager::SetShortKeyDuration(const std::string &key, int32_t setV… in SetShortKeyDuration()
585 ErrCode SettingDataShare::GetBoolValue(const std::string& key, bool& value, const std::string &strU… in GetBoolValue()
590 sptr<SettingObserver> SettingDataShare::CreateObserver(const std::string& key, SettingObserver::Upd… in CreateObserver()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp189 syncAgents_.ComputeIfPresent(tokenId, [&appId, &storeId](auto &key, SyncAgent &syncAgent) { in Delete()
358 …syncAgents_.ComputeIfPresent(IPCSkeleton::GetCallingTokenID(), [&appId](const auto &key, SyncAgent… in UnregServiceNotifier()
388 [this, notifier](const std::string &key, const std::string &meta, int32_t action) { in SubscribeSwitchData()
413 syncAgents_.ComputeIfPresent(tokenId, [&destroyed](auto &key, SyncAgent &value) { in UnsubscribeSwitchData()
457 syncAgents_.Compute(tokenId, [&appId, &storeId, &syncParam](auto &key, SyncAgent &value) { in SetSyncParam()
471 …syncAgents_.ComputeIfPresent(tokenId, [&appId, &storeId, &syncParam](auto &key, SyncAgent &value) { in GetSyncParam()
555 …syncAgents_.Compute(tokenId, [&appId, &storeId, &observer, &isCreate](auto &key, SyncAgent &agent)… in Subscribe()
577 …syncAgents_.ComputeIfPresent(tokenId, [&appId, &storeId, &observer, &destroyed](auto &key, SyncAge… in Unsubscribe()
743 syncAgents_.EraseIf([pid, &info](auto &key, SyncAgent &agent) { in OnAppExit()
1196 syncAgents_.ComputeIfPresent(meta.tokenId, [&notifier](auto &key, SyncAgent &agent) { in DoComplete()
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DDiff.java200 Key key = Key.keyFor(inst); in instances() local
209 Key key = Key.keyFor(inst); in instances() local
/aosp12/system/core/llkd/tests/
H A Dllkd_test.cpp41 milliseconds GetUintProperty(const std::string& key, milliseconds def) { in GetUintProperty()
46 seconds GetUintProperty(const std::string& key, seconds def) { in GetUintProperty()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
H A DResultStoreTest.java232 MetricsConfigKey key = new MetricsConfigKey(metricsConfigName, 1); in testRemoveResult_whenInterimResult_shouldDelete() local
243 MetricsConfigKey key = new MetricsConfigKey(metricsConfigName, 1); in testRemoveResult_whenFinalResult_shouldDelete() local
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DEmergencyContactsPreference.java261 public static List<Uri> deserializeAndFilter(String key, Context context, in deserializeAndFilter()
286 private static List<Uri> deserializeAndFilter(String key, Context context, in deserializeAndFilter()
/aosp12/packages/apps/Settings/src/com/android/settings/display/
H A DColorModePreferenceFragment.java236 protected boolean setDefaultKey(String key) { in setDefaultKey()
284 ColorModeCandidateInfo(CharSequence label, String key, boolean enabled) { in ColorModeCandidateInfo()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DChannelListPreferenceController.java153 @NonNull PreferenceCategory groupPrefsList, @Nullable String key, int expectedIndex) { in findOrCreateGroupCategoryForKey()
213 @NonNull PreferenceGroup groupPrefGroup, @NonNull String key, int expectedIndex) { in findOrCreateChannelPrefForKey()
/aosp12/system/extras/verity/
H A DBootSignature.java175 public byte[] sign(byte[] image, PrivateKey key) throws Exception { in sign()
275 PrivateKey key = Utils.loadDERPrivateKeyFromFile(keyPath); in doSignature() local
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DIndicatorIconController.java298 private void setIndicatorState(String scope, String key, ImageView imageView, in setIndicatorState()
327 public void onSettingChanged(SettingsManager settingsManager, String key) { in onSettingChanged()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_common.cpp248 bool profile_level_converter::find_map(const codec_map &map, int key, pl_map **value_map) in find_map()
259 bool profile_level_converter::find_item(const pl_map &map, int key, int *value) in find_item()
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferences.java308 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, final String key) { in onSharedPreferenceChanged()
325 public void refreshValue(String key) { in refreshValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp366 void DOMDocument::AddNodeWithId(const std::string& key, const RefPtr<DOMNode>& domNode) in AddNodeWithId()
371 void DOMDocument::AddNodeWithTarget(const std::string& key, const RefPtr<DOMNode>& domNode) in AddNodeWithTarget()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp318 jerry_value_t key = jerry_get_property_by_index(keys, idx); in EvalPage() local
492 jerry_value_t key = jerry_get_property_by_index(keys, index); in DeleteViewModelProperties() local

1...<<101102103104105106107108109110>>...223