/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | output.cpp | 110 void Output::SetValue(const std::string& key, std::shared_ptr<void> value, int size) in SetValue()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | key_control_mock.cpp | 71 long KeyCtrlUnlink(key_serial_t key, key_serial_t keyring) in KeyCtrlUnlink()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/dynamic_cache/include/ |
H A D | dynamic_cache.h | 103 bool SetKey(const string& key) in SetKey()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | wakeup_intell_voice_engine.cpp | 67 int32_t WakeupIntellVoiceEngine::SetParameter(const string &key, const string &value) in SetParameter()
|
/ohos5.0/base/msdp/device_status/tools/vdev/include/ |
H A D | virtual_device.h | 97 inline bool VirtualDevice::SupportKey(size_t key) const in SupportKey()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_unified_group_info.cpp | 32 void NotificationUnifiedGroupInfo::SetKey(const std::string &key) in SetKey()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_system_data.h | 101 const std::string &key, in ProcessJsonToCapabilityList()
|
/aosp12/packages/modules/StatsD/statsd/src/external/ |
H A D | StatsPullerManager.cpp | 131 PullerKey key = {.atomTag = tagId, .uid = uid}; in PullLocked() local 353 PullerKey key = {.atomTag = atomTag, .uid = uid}; in RegisterPullAtomCallback() local 361 PullerKey key = {.atomTag = atomTag, .uid = uid}; in UnregisterPullAtomCallback() local
|
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/ |
H A D | LeanbackKeyboardView.java | 105 public Key key; field in LeanbackKeyboardView.KeyHolder 107 public KeyHolder(Key key) { in KeyHolder() 267 final Key key = keyHolder.key; in createKeyImageView() local
|
/aosp12/art/libdexfile/dex/ |
H A D | test_dex_file_builder.h | 58 FieldKey key = { class_descriptor, type, name }; in AddField() local 266 FieldKey key = { class_descriptor, type, name }; in GetFieldIdx() local 348 ProtoKey key = { in CreateProtoKey() local
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_builder_xml_unittest.cc | 44 const string& key, in FindAttributeKeyValueInXml() 148 const string key = "requestid"; in TEST_F() local 166 const string key = "sessionid"; in TEST_F() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverStateMachine.java | 909 protected void putGlobalSetting(String key, int value) { in putGlobalSetting() 910 Settings.Global.putInt(mContext.getContentResolver(), key, value); in putGlobalSetting() local 914 protected int getGlobalSetting(String key, int defValue) { in getGlobalSetting()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_client.cpp | 142 std::string key; in AddFormState() local 166 std::string key; in RemoveFormState() local 260 std::string key; in OnAcquireState() local
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/ |
H A D | softbus_adapter_crypto.c | 384 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() 481 …AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, unsigned char *encryptData, uint… in SoftBusEncryptDataByCtr() 512 …AesCtrCipherKey *key, const unsigned char *input, uint32_t inLen, unsigned char *decryptData, uint… in SoftBusDecryptDataByCtr()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_auto_startup_data_manager_test/ |
H A D | ability_auto_startup_data_manager_test.cpp | 580 DistributedKv::Key key; variable 596 DistributedKv::Key key; variable 613 DistributedKv::Key key; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/ |
H A D | continuation_manager_stage.cpp | 534 for (std::string key : abilitySaveData.KeySet()) { in DoScheduleSaveData() local 559 for (std::string key : restoreData.KeySet()) { in DoScheduleRestoreData() local 580 for (std::string key : restoreData.KeySet()) { in DoRestoreFromRemote() local
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/ |
H A D | feature_analysis.cpp | 362 for (const auto& key : params) { in ComposeParam() local 412 void FeatureAnalysis::SetParamRecord(const std::string& key, const LineFeature& value, const int ty… in SetParamRecord() 425 void FeatureAnalysis::SetStackRegex(const std::string& key, const std::string& regex) in SetStackRegex()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticator_session_manager_module_test.cpp | 174 std::string key = abilityStateData.abilityName + std::to_string(abilityStateData.uid); variable 251 std::string key = std::to_string(i); variable 277 std::string key = std::to_string(SESSION_MAX_NUM); variable
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | devmgr_uevent.c | 59 char *key; member 434 struct DevMgrMatchKey *key = NULL; in DevMgrUeventMatchRule() local 496 struct DevMgrMatchKey *key = NULL; in DevMgrParseUevent() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_relational_ver_sync_db_interface.cpp | 215 int VirtualRelationalVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 225 int VirtualRelationalVerSyncDBInterface::PutMetaData(const Key &key, const Value &value, bool isInT… in PutMetaData() 234 for (const auto &key : keys) { in DeleteMetaData() local
|
H A D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 62 Key key = DistributedDBToolsUnitTest::GetRandPrefixKey(prefixKey, keySize); in CalculateDataTest() local 209 Key key = {'1'}; variable 260 Key key = {'1'}; variable 313 Key key = {'1'}; variable 367 Key key = {'1'}; variable 807 Key key = {'1'}; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.cpp | 197 void CacheData::Rewrite(const void *key, const size_t keySize, const void *value, const size_t valu… in Rewrite() 249 std::tuple<CacheData::ErrorCode, size_t> CacheData::Get(const void *key, const size_t keySize, in Get() 490 CacheData::ShaderPointer::ShaderPointer(const std::shared_ptr <DataPointer> &key, in ShaderPointer()
|
/aosp12/frameworks/av/media/libstagefright/httplive/ |
H A D | M3UParser.cpp | 419 bool M3UParser::getTypeURI(size_t index, const char *key, AString *uri) const { in getTypeURI() argument 756 const AString &line, sp<AMessage> *meta, const char *key) { in parseMetaData() 780 const AString &line, sp<AMessage> *meta, const char *key) { in parseMetaDataDuration() 851 AString key(attr, 0, equalPos); in parseStreamInf() local 964 AString key(attr, 0, equalPos); in parseCipherInfo() local 1105 AString key(attr, 0, equalPos); in parseMedia() local
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
H A D | napi_storage.cpp | 37 std::string key; member 214 std::string key; in GetValueSync() local 276 char *key = new (std::nothrow) char[keyBufferSize + 1]; in ParseKey() local 409 std::string key; in SetValueSync() local 483 std::string key; in DeleteSync() local 530 std::string key; in HasKeySync() local
|
/aosp12/bootable/recovery/minadbd/ |
H A D | minadbd_services.cpp | 219 auto query_prop = [](const std::string& key) { in RescueGetpropHostService() 229 for (const auto& key : kGetpropAllowedProps) { in RescueGetpropHostService() local
|