Home
last modified time | relevance | path

Searched defs:key (Results 951 – 975 of 5573) sorted by relevance

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

/aosp12/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/
H A DNxpNfc.cpp33 Return<void> NxpNfc::getVendorParam(const ::android::hardware::hidl_string& key, in getVendorParam()
40 Return<bool> NxpNfc::setVendorParam( in setVendorParam()
/aosp12/frameworks/base/packages/SystemUI/src-release/com/android/systemui/flags/
H A DFeatureFlagManager.java77 public boolean isEnabled(int key, boolean defaultValue) { in isEnabled()
82 public void setEnabled(int key, boolean value) {} in setEnabled()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/savedaccesspoints2/
H A DSavedAccessPointsPreferenceController2Test.java114 final String key = "key"; in displayPreference_noAccessPoint_shouldRemoveIt() local
134 final String key = "key"; in onPreferenceClick_shouldCallShowWifiPage() local
/aosp12/packages/apps/Settings/src/com/android/settings/dream/
H A DCurrentDreamPicker.java57 protected boolean setDefaultKey(String key) { in setDefaultKey()
100 private final String key; field in CurrentDreamPicker.DreamCandidateInfo
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java37 public RankingReconsideration(String key) { in RankingReconsideration()
41 public RankingReconsideration(String key, long delay) { in RankingReconsideration()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_log_config_manager.cpp50 inline bool IsStringMember(const Json::Value& jsonRoot, const std::string& key) in ParseJsonFile()
55 inline bool IsBoolMember(const Json::Value& jsonRoot, const std::string& key) in ParseJsonFile()
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_include.h39 ParamTrieNode *current, const char *key, uint32_t keyLen, uint32_t *matchLabel) in FindSubTrie()
72 const WorkSpace *workSpace, const char *key, uint32_t keyLen, uint32_t *matchLabel) in FindTrieNode_()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp45 void *FrameConfig::GetValue(uint32_t key) in GetValue()
84 void FrameConfig::SetValue(uint32_t key, const void *value) in SetValue()
/ohos5.0/base/update/updater/utils/json/
H A Djson_visitor.h50 constexpr auto key = Traits<T>::MEMBER_KEY[F]; in VisitStruct() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/ability_runtime/dataobs_manager/include/
H A Ddata_ability_observer_interface.h26 virtual void OnChangePreferences(const std::string &key) {} in OnChangePreferences()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_dsa.c26 int32_t HksMbedtlsDsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsDsaGenerateKey()
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp296 pdx::Message& message, DvrGlobalBufferKey key, size_t size, in OnSetupGlobalBuffer()
311 DvrGlobalBufferKey key) { in OnDeleteGlobalBuffer()
326 pdx::Message& /* message */, DvrGlobalBufferKey key) { in OnGetGlobalBuffer()
384 DvrGlobalBufferKey key, size_t size, uint64_t usage) { in SetupGlobalBuffer()
403 pdx::Status<void> DisplayService::DeleteGlobalBuffer(DvrGlobalBufferKey key) { in DeleteGlobalBuffer()
/aosp12/packages/modules/StatsD/statsd/src/metrics/duration_helper/
H A DOringDurationTracker.cpp28 const ConfigKey& key, const int64_t& id, const MetricDimensionKey& eventKey, in OringDurationTracker()
59 void OringDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart()
81 void OringDurationTracker::noteStop(const HashableDimensionKey& key, const int64_t timestamp, in noteStop()
241 const auto& key = it->first; in onSlicedConditionMayChange() local
274 const auto& key = it->first; in onSlicedConditionMayChange() local
/aosp12/system/logging/logd/
H A DChattyLogBuffer.cpp186 int key = (id == LOG_ID_EVENTS || id == LOG_ID_SECURITY) ? element.GetTag() : element.uid(); in Erase() local
205 int key = (id == LOG_ID_EVENTS || id == LOG_ID_SECURITY) ? element->GetTag() : element->uid(); in Erase() local
242 uint64_t key = LogBufferElementKey(element->uid(), element->pid(), element->tid()); in coalesce() local
258 uint64_t key = LogBufferElementKey(element->uid(), element->pid(), element->tid()); in add() local
466 int key = (id == LOG_ID_EVENTS || id == LOG_ID_SECURITY) ? element.GetTag() in Prune() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_config_utils.cpp351 bool ParseOptionArrayString(napi_env env, napi_value config, const std::string &key, in ParseOptionArrayString()
369 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::str… in GetStringFromJsMandatoryItem()
379 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string… in GetStringFromJsOptionItem()
390 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &val… in GetUint8FromJsOptionItem()
401 void GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) in GetBoolFromJsOptionItem()
412 void GetInt32FromJsOptionItem(napi_env env, napi_value object, const std::string &key, int32_t &val… in GetInt32FromJsOptionItem()
/ohos5.0/foundation/arkui/ui_appearance/services/src/
H A Ddark_mode_manager.cpp153 …settingDataObservers_.emplace_back(SETTING_DARK_MODE_MODE, [&](const std::string& key, int32_t use… in LoadSettingDataObserversCallback()
156 …settingDataObservers_.emplace_back(SETTING_DARK_MODE_START_TIME, [&](const std::string& key, int32… in LoadSettingDataObserversCallback()
159 …settingDataObservers_.emplace_back(SETTING_DARK_MODE_END_TIME, [&](const std::string& key, int32_t… in LoadSettingDataObserversCallback()
189 void DarkModeManager::SettingDataDarkModeModeUpdateFunc(const std::string& key, const int32_t userI… in SettingDataDarkModeModeUpdateFunc()
214 void DarkModeManager::SettingDataDarkModeStartTimeUpdateFunc(const std::string& key, const int32_t … in SettingDataDarkModeStartTimeUpdateFunc()
227 void DarkModeManager::SettingDataDarkModeEndTimeUpdateFunc(const std::string& key, const int32_t us… in SettingDataDarkModeEndTimeUpdateFunc()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp212 xmlChar *key = xmlGetProp(node, reinterpret_cast<const xmlChar *>("key")); in ParsePrimitiveNodeElement() local
239 xmlChar *key = xmlGetProp(node, (const xmlChar *)"key"); in ParseStringNodeElement() local
266 xmlChar *key = xmlGetProp(node, (const xmlChar *)"key"); in ParseArrayNodeElement() local
414 const char *key = element.key_.c_str(); in CreatePrimitiveNode() local
432 const char *key = element.key_.c_str(); in CreateStringNode() local
452 const char *key = element.key_.c_str(); in CreateArrayNode() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp118 int RdKVPut(GRD_DB *db, const char *collectionName, const Key &key, const Value &value) in RdKVPut()
133 int RdKVGet(GRD_DB *db, const char *collectionName, const Key &key, Value &value) in RdKVGet()
161 int RdKVDel(GRD_DB *db, const char *collectionName, const Key &key) in RdKVDel()
175 int RdKVScan(GRD_DB *db, const char *collectionName, const Key &key, GRD_KvScanModeE mode, in RdKVScan()
202 int RdKvFetch(GRD_ResultSet *resultSet, Key &key, Value &value) in RdKvFetch()
235 int RdKVBatchPushback(GRD_KVBatchT *batch, const Key &key, const Value &value) in RdKVBatchPushback()
/ohos5.0/drivers/peripheral/audio/test/unittest/common/adapter/
H A Daudio_adapter_common_test.cpp448 enum AudioExtParamKey key = AUDIO_EXT_PARAM_KEY_NONE; variable
454 enum AudioExtParamKey key = AUDIO_EXT_PARAM_KEY_NONE; variable
462 enum AudioExtParamKey key = AUDIO_EXT_PARAM_KEY_LOWPOWER; variable
471 enum AudioExtParamKey key = AUDIO_EXT_PARAM_KEY_NONE; variable
478 enum AudioExtParamKey key = AUDIO_EXT_PARAM_KEY_NONE; variable
487 enum AudioExtParamKey key = AUDIO_EXT_PARAM_KEY_NONE; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp48 void MockSingleKvStore::InsertDataToDoCallback(const Key &key, const Value &value) in InsertDataToDoCallback()
65 void MockSingleKvStore::UpdateDataToDoCallback(const Key &key, const Value &value) in UpdateDataToDoCallback()
82 void MockSingleKvStore::DeleteDataToDoCallback(const Key &key) in DeleteDataToDoCallback()
162 Status MockSingleKvStore::Delete(const Key &key) in Delete()
171 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put()
178 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get()
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c40 unsigned int key; member
71 … inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) in inv_register_load_store()
109 static int inv_find_entry(unsigned int key) in inv_find_entry()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
H A DDomainAppPreferenceController.java52 public DomainAppPreferenceController(Context context, String key) { in DomainAppPreferenceController()
136 private Preference getCachedPreference(String key) { in getCachedPreference()
162 final String key = entry.info.packageName + "|" + entry.info.uid; in rebuildAppList() local
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c40 unsigned int key; member
71 … inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) in inv_register_load_store()
109 static int inv_find_entry(unsigned int key) in inv_find_entry()
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dcodeclist_parcel.cpp155 ImgSize key; in Unmarshalling() local
171 int32_t key; in Unmarshalling() local
185 int32_t key = parcel.ReadInt32(); in Unmarshalling() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_connection_test.cpp207 Key key(DBConstant::MAX_KEY_SIZE + 1, 'w'); variable
295 Key key(DBConstant::MAX_KEY_SIZE + 1, 'w'); variable
435 Key key; variable

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