/aosp12/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/ |
H A D | NxpNfc.cpp | 33 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 D | FeatureFlagManager.java | 77 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 D | SavedAccessPointsPreferenceController2Test.java | 114 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 D | CurrentDreamPicker.java | 57 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 D | RankingReconsideration.java | 37 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 D | hiview_log_config_manager.cpp | 50 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 D | param_include.h | 39 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 D | frame_config.cpp | 45 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 D | json_visitor.h | 50 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 D | data_ability_observer_interface.h | 26 virtual void OnChangePreferences(const std::string &key) {} in OnChangePreferences()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_dsa.c | 26 int32_t HksMbedtlsDsaGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsDsaGenerateKey()
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | display_service.cpp | 296 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 D | OringDurationTracker.cpp | 28 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 D | ChattyLogBuffer.cpp | 186 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 D | vpn_config_utils.cpp | 351 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 D | dark_mode_manager.cpp | 153 …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 D | preferences_xml_utils.cpp | 212 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 D | rd_utils.cpp | 118 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 D | audio_adapter_common_test.cpp | 448 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 D | mock_single_kv_store.cpp | 48 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 D | storage_manager.c | 40 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 D | DomainAppPreferenceController.java | 52 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 D | storage_manager.c | 40 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 D | codeclist_parcel.cpp | 155 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 D | distributeddb_storage_data_connection_test.cpp | 207 Key key(DBConstant::MAX_KEY_SIZE + 1, 'w'); variable 295 Key key(DBConstant::MAX_KEY_SIZE + 1, 'w'); variable 435 Key key; variable
|