/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | event_adapter.cpp | 78 auto&& keyboardCbk = [this](int key, int scancode, int action, int mods) { in Initialize() 133 bool EventAdapter::RecognizeKeyEvent(int key, int action, int mods) in RecognizeKeyEvent() 195 bool EventAdapter::RunSpecialOperations(int key, int action, int mods) in RunSpecialOperations()
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
H A D | lnn_kv_adapter_wrapper_virtual.cpp | 35 int32_t LnnPutDBData(int32_t dbId, const char *key, int32_t keyLen, const char *value, int32_t valu… in LnnPutDBData() 45 int32_t LnnDeleteDBData(int32_t dbId, const char *key, int32_t keyLen) in LnnDeleteDBData() 53 int32_t LnnGetDBData(int32_t dbId, const char *key, int32_t keyLen, char **value) in LnnGetDBData()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/ |
H A D | sys_event_query_wrapper.h | 39 V Get(K key) in Get() 50 void Put(K key, V value) in Put() 77 void Modify(K key) in Modify()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdb_utils.cpp | 36 int32_t CloudDiskRdbUtils::GetInt(const string &key, int32_t &val, in GetInt() 53 int32_t CloudDiskRdbUtils::GetLong(const string &key, int64_t &val, in GetLong() 70 int32_t CloudDiskRdbUtils::GetString(const string &key, string &val, in GetString()
|
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/ |
H A D | metadata_service.cpp | 127 int32_t MetadataService::SetMetadata(const sptr<NativeBuffer>& handle, uint32_t key, const std::vec… in SetMetadata() 140 int32_t MetadataService::GetMetadata(const sptr<NativeBuffer>& handle, uint32_t key, std::vector<ui… in GetMetadata() 165 int32_t MetadataService::EraseMetadataKey(const sptr<NativeBuffer>& handle, uint32_t key) in EraseMetadataKey()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_hmac.c | 44 int32_t HksMbedtlsHmacGenerateKey(const struct HksKeySpec *spec, struct HksBlob *key) in HksMbedtlsHmacGenerateKey() 87 int32_t HksMbedtlsHmac(const struct HksBlob *key, in HksMbedtlsHmac() 115 int32_t HksMbedtlsHmacInit(void **cryptoCtx, const struct HksBlob *key, uint32_t digestAlg) in HksMbedtlsHmacInit()
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_key.cpp | 51 HcfKey *key = napiKey->GetHcfKey(); in JsGetAlgorithm() local 76 HcfKey *key = napiKey->GetHcfKey(); in JsGetFormat() local 101 HcfKey *key = napiKey->GetHcfKey(); in JsGetEncoded() local
|
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/ |
H A D | settings_data_manager.cpp | 35 bool SettingsDataManager::GetIntValue(int32_t userId, const std::string &key, int32_t &value) in GetIntValue() 48 bool SettingsDataManager::GetStringValue(int32_t userId, const std::string &key, std::string &value) in GetStringValue() 112 Uri SettingsDataManager::AssembleUri(int32_t userId, const std::string &key) in AssembleUri()
|
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/default/ |
H A D | keystore.cpp | 105 std::optional<std::vector<uint8_t>> keyStore2GetCert(const hidl_string& key) { in keyStore2GetCert() 162 std::optional<std::vector<uint8_t>> keyStore2GetPubKey(const hidl_string& key) { in keyStore2GetPubKey() 201 std::optional<std::vector<uint8_t>> keyStore2Sign(const hidl_string& key, in keyStore2Sign() 301 std::optional<std::vector<uint8_t>> getLegacyKeystoreBlob(const hidl_string& key) { in getLegacyKeystoreBlob() 329 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) { in getBlob()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_multi_ver_sync_db_interface.cpp | 57 int VirtualMultiVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() argument 62 int VirtualMultiVerSyncDBInterface::PutMetaData(const Key &key, const Value &value, bool isInTransa… in PutMetaData() 178 int VirtualMultiVerSyncDBInterface::GetData(const Key &key, Key &value) in GetData() 191 int VirtualMultiVerSyncDBInterface::PutData(const Key &key, const Key &value) in PutData() 197 int VirtualMultiVerSyncDBInterface::DeleteData(const Key &key) in DeleteData()
|
/ohos5.0/base/web/webview/ohos_adapter/system_properties_adapter/src/ |
H A D | system_properties_adapter_impl.cpp | 43 void SystemPropertiesChangeCallback(const char* key, const char* value, void* context) in SystemPropertiesChangeCallback() 261 void SystemPropertiesAdapterImpl::DispatchAllWatcherInfo(const char* key, const char* value) in DispatchAllWatcherInfo() 283 void SystemPropertiesAdapterImpl::AttachSysPropObserver(PropertiesKey key, SystemPropertiesObserver… in AttachSysPropObserver() 301 void SystemPropertiesAdapterImpl::DetachSysPropObserver(PropertiesKey key, SystemPropertiesObserver… in DetachSysPropObserver() 323 bool SystemPropertiesAdapterImpl::GetBoolParameter(const std::string& key, bool defaultValue) in GetBoolParameter()
|
/aosp12/packages/modules/StatsD/service/java/com/android/server/stats/ |
H A D | StatsManagerService.java | 181 PullerKey key = new PullerKey(callingUid, atomTag); in registerPullAtomCallback() local 211 PullerKey key = new PullerKey(callingUid, atomTag); in unregisterPullAtomCallback() local 241 ConfigKey key = new ConfigKey(callingUid, configId); in setDataFetchOperation() local 263 ConfigKey key = new ConfigKey(callingUid, configId); in removeDataFetchOperation() local 330 ConfigKey key = new ConfigKey(callingUid, configId); in setBroadcastSubscriber() local 356 ConfigKey key = new ConfigKey(callingUid, configId); in unsetBroadcastSubscriber() local 414 public byte[] getData(long key, String packageName) throws IllegalStateException { in getData() 609 PullerKey key = entry.getKey(); in registerAllPullers() local 627 ConfigKey key = entry.getKey(); in registerAllDataFetchOperations() local
|
/aosp12/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/ |
H A D | TileUtils.java | 372 final Pair<String, String> key = isProvider in loadTile() local 396 static Bundle getSwitchDataFromProvider(Context context, String authority, String key) { in getSwitchDataFromProvider() 439 final String key = tile.getMetaData().getString(META_DATA_PREFERENCE_KEYHINT); in getCompleteUri() local 448 static Uri buildUri(String authority, String method, String key) { in buildUri() 506 Map<String, IContentProvider> providerMap, String key) { in getTextFromUri() argument 521 Map<String, IContentProvider> providerMap, String key) { in getBooleanFromUri() argument 537 Map<String, IContentProvider> providerMap, String key, boolean value) { in putBooleanToUriAndGetResult() argument 550 final String key = args.second; in getBundleFromUri() local 597 final String key = pathSegments.size() > 1 ? pathSegments.get(1) : null; in getMethodAndKey() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/ |
H A D | udmf_service_impl.cpp | 78 int32_t UdmfServiceImpl::SetData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SetData() 102 int32_t UdmfServiceImpl::SaveData(CustomOption &option, UnifiedData &unifiedData, std::string &key) in SaveData() 181 UnifiedKey key(query.key); in RetrieveData() local 345 UnifiedKey key(query.key); in UpdateData() local 433 UnifiedKey key(query.key); in GetSummary() local 455 UnifiedKey key(query.key); in AddPrivilege() local 511 UnifiedKey key(query.key); in Sync() local 536 UnifiedKey key(query.key); in IsRemoteData() local 675 UnifiedKey key(query.key); in QueryDataCommon() local
|
/aosp12/packages/modules/Connectivity/Tethering/jni/ |
H A D | com_android_networkstack_tethering_BpfMap.cpp | 78 jint fd, jbyteArray key, jbyteArray value, jint flags) { in com_android_networkstack_tethering_BpfMap_writeToMapEntry() 96 jint fd, jbyteArray key) { in com_android_networkstack_tethering_BpfMap_deleteMapEntry() 107 jint fd, jbyteArray key, jbyteArray nextKey) { in com_android_networkstack_tethering_BpfMap_getNextMapKey() 126 jint fd, jbyteArray key, jbyteArray value) { in com_android_networkstack_tethering_BpfMap_findMapEntry()
|
/aosp12/bionic/benchmarks/ |
H A D | pthread_benchmark.cpp | 33 pthread_key_t key; in BM_pthread_getspecific() local 45 pthread_key_t key; in BM_pthread_setspecific() local 216 pthread_key_t key; in BM_pthread_key_create() local 229 pthread_key_t key; in BM_pthread_key_delete() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/bugreporthandler/ |
H A D | BugReportHandlerPicker.java | 58 private static String getHandlerApp(String key) { in getHandlerApp() 64 private static int getHandlerUser(String key) { in getHandlerUser() 142 protected boolean setDefaultKey(String key) { in setDefaultKey() 173 String key, CandidateInfo info, String defaultKey, String systemDefaultKey) { in bindPreferenceExtra()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | GlideFilmstripManager.java | 130 public final DrawableRequestBuilder<Uri> loadFull(Uri uri, Key key, Size original) { in loadFull() 145 public DrawableRequestBuilder<Uri> loadScreen(Uri uri, Key key, Size original) { in loadScreen() 160 public GenericRequestBuilder<Uri, ?, ?, GlideDrawable> loadMediaStoreThumb(Uri uri, Key key) { in loadMediaStoreThumb() 176 public GenericRequestBuilder<Uri, ?, ?, GlideDrawable> loadTinyThumb(Uri uri, Key key) { in loadTinyThumb()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordCrypto.java | 61 private static byte[] decrypt(SecretKey key, byte[] blob) in decrypt() 75 private static byte[] encrypt(SecretKey key, byte[] blob) in encrypt() 104 SecretKeySpec key = new SecretKeySpec(Arrays.copyOf(keyHash, AES_KEY_LENGTH), in encrypt() local 118 SecretKeySpec key = new SecretKeySpec(Arrays.copyOf(keyHash, AES_KEY_LENGTH), in decrypt() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | user_delegate.cpp | 53 deviceUser_.Compute(deviceId, [&users](const auto &key, auto &value) { in GetLocalUsers() 81 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, auto &users) { in GetUsers() 109 deviceUser_.Compute(deviceId, [&userStatus](const auto &key, std::map<int, bool> &users) { in UpdateUsers() 154 …UserMetaRow::KEY_PREFIX, [this](const std::string &key, const std::string &value, int32_t flag) ->… in Init()
|
/ohos5.0/drivers/peripheral/huks/test/unittest/ |
H A D | hdi_ihuks_api_function_test.cpp | 273 struct HuksBlob key = { variable 307 struct HuksBlob key = { variable 338 struct HuksBlob key = { variable 380 struct HuksBlob key = { variable
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | ExpansionStateLoggerTest.java | 181 private NotificationVisibility createNotificationVisibility(String key, boolean visibility) { in createNotificationVisibility() 186 private NotificationVisibility createNotificationVisibility(String key, boolean visibility, in createNotificationVisibility()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
H A D | DatabaseIndexingUtils.java | 50 public static Intent buildSearchTrampolineIntent(Context context, String className, String key, in buildSearchTrampolineIntent() 61 String targetClass, String key) { in buildDirectSearchResultIntent()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | RebootEscrowDataTest.java | 74 RebootEscrowKey key = RebootEscrowKey.fromKeyBytes(expected.getKey().getKeyBytes()); in fromEncryptedData_failsOnNullData() local 92 RebootEscrowKey key = RebootEscrowKey.fromKeyBytes(expected.getKey().getKeyBytes()); in fromEntries_loopback_success() local
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | WifiRestrictionsCache.java | 77 int key = sInstances.keyAt(i); in clearInstance() local 101 public Boolean getRestriction(String key) { in getRestriction()
|