/base/powermgr/display_manager/brightness_manager/src/ |
H A D | brightness_service.cpp | 409 bool BrightnessService::GetSettingAutoBrightness(const std::string& key)
in GetSettingAutoBrightness() argument 1014 uint32_t BrightnessService::GetSettingBrightness(const std::string& key)
in GetSettingBrightness() argument 1063 void BrightnessService::UpdateBrightnessSettingFunc(const std::string& key)
in UpdateBrightnessSettingFunc() argument
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 1302 std::string key; in HWTEST_F() local 1354 std::string key = "key"; in HWTEST_F() local [all...] |
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 209 void PowerMgrService::PowerModeSettingUpdateFunc(const std::string &key) in PowerModeSettingUpdateFunc() argument 272 void PowerMgrService::WakeupDoubleClickSettingUpdateFunc(const std::string& key) in WakeupDoubleClickSettingUpdateFunc() argument 280 bool PowerMgrService::GetSettingWakeupDoubleClick(const std::string& key) in GetSettingWakeupDoubleClick() argument 292 WakeupPickupGestureSettingUpdateFunc(const std::string& key) WakeupPickupGestureSettingUpdateFunc() argument 337 WakeupLidSettingUpdateFunc(const std::string& key) WakeupLidSettingUpdateFunc() argument [all...] |
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub.cpp | 820 std::vector<std::string> key; in HandleGetSpecialActiveNotifications() local 1225 std::string key; in HandleDelete() local 2544 std::string key; in HandleSetAdditionConfig() local [all...] |
H A D | ans_notification.cpp | 745 ErrCode AnsNotification::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification() argument 1824 ErrCode AnsNotification::SetAdditionConfig(const std::string &key, const std::string &value) in SetAdditionConfig() argument 912 GetAllActiveNotifications( const std::vector<std::string> key, std::vector<sptr<Notification>> ¬ification) GetAllActiveNotifications() argument [all...] |
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_fw_module_test.cpp | 715 std::string key = notifications[0]->GetKey().c_str(); in HWTEST_F() local 762 std::string key = notifications[0]->GetKey().c_str(); in HWTEST_F() local 2372 std::string key = notifications[0]->GetKey().c_str(); HWTEST_F() local [all...] |
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 854 bool AdvancedNotificationService::IsNotificationExists(const std::string &key) in IsNotificationExists() argument 1285 RemoveFromNotificationList( const std::string &key, sptr<Notification> ¬ification, bool isCancel, int32_t removeReason) RemoveFromNotificationList() argument 1320 RemoveFromNotificationListForDeleteAll( const std::string &key, const int32_t &userId, sptr<Notification> ¬ification) RemoveFromNotificationListForDeleteAll() argument 1343 RemoveFromDelayedNotificationList(const std::string &key) RemoveFromDelayedNotificationList() argument 1356 GetFromNotificationList(const std::string &key) GetFromNotificationList() argument 1445 GetSpecialActiveNotifications( const std::vector<std::string> &key, std::vector<sptr<Notification>> ¬ifications) GetSpecialActiveNotifications() argument 2266 CheckSystemLiveView(const sptr<NotificationRequest> &request, const std::string &key) CheckSystemLiveView() argument [all...] |
H A D | advanced_notification_publish_service.cpp | 534 ErrCode AdvancedNotificationService::Delete(const std::string &key, int32_t removeReason) in Delete() argument 565 ExcuteDelete(const std::string &key, const int32_t removeReason) ExcuteDelete() argument 2024 std::string key = record->notification->GetKey(); RemoveNotificationFromRecordList() local 2114 UpdateUnifiedGroupInfo(const std::string &key, std::shared_ptr<NotificationUnifiedGroupInfo> &groupInfo) UpdateUnifiedGroupInfo() argument [all...] |
H A D | advanced_notification_utils.cpp | 1217 GetDistributedInfo( const std::string &key, std::string &deviceId, std::string &bundleName) GetDistributedInfo() argument [all...] |
H A D | notification_preferences_database.cpp | 495 std::string key = std::string().append(KEY_DO_NOT_DISTURB_ID).append(KEY_UNDER_LINE).append( AddDoNotDisturbProfiles() local 524 std::string key = std::string().append(KEY_DO_NOT_DISTURB_ID).append(KEY_UNDER_LINE).append( RemoveDoNotDisturbProfiles() local 536 GetDoNotDisturbProfiles( const std::string &key, sptr<NotificationDoNotDisturbProfile> &profile, const int32_t &userId) GetDoNotDisturbProfiles() argument 558 GetValueFromDisturbeDB( const std::string &key, const int32_t &userId, std::function<void(std::string &)> callback) GetValueFromDisturbeDB() argument 574 GetValueFromDisturbeDB( const std::string &key, const int32_t &userId, std::function<void(int32_t &, std::string &)> callback) GetValueFromDisturbeDB() argument 800 const std::string &key = dataMapItem.first; HandleDataBaseMap() local 927 GenerateEntry( const std::string &key, const std::string &value, std::unordered_map<std::string, std::string> &values) const GenerateEntry() argument 1218 std::string key = GenerateBundleKey(bundleKey).append(KEY_SLOT).append(KEY_UNDER_LINE).append(KEY_SLOT_TYPE); GenerateSlotKey() local 1242 std::string key = GenerateBundleKey() local 1446 std::string key = GetDoNotDisturbType() local 1475 std::string key = GetDoNotDisturbBeginDate() local 1503 std::string key = GetDoNotDisturbEndDate() local 1531 std::string key = GetEnableAllNotification() local 1566 std::string key = data.first; GetDoNotDisturbProfile() local 1585 std::string key = RemoveNotificationEnable() local 1635 std::string key = KEY_BUNDLE_LABEL + bundleName + std::to_string(uid); RemoveAnsBundleDbInfo() local 1656 std::string key = std::string(KEY_BUNDLE_DISTRIBUTED_ENABLE_NOTIFICATION).append( RemoveEnabledDbByBundleName() local 1684 SetKvToDb( const std::string &key, const std::string &value, const int32_t &userId) SetKvToDb() argument 1707 SetByteToDb( const std::string &key, const std::vector<uint8_t> &value, const int32_t &userId) SetByteToDb() argument 1728 GetKvFromDb( const std::string &key, std::string &value, const int32_t &userId) GetKvFromDb() argument 1747 GetByteFromDb( const std::string &key, std::vector<uint8_t> &value, const int32_t &userId) GetByteFromDb() argument 1764 GetBatchKvsFromDb( const std::string &key, std::unordered_map<std::string, std::string> &values, const int32_t &userId) GetBatchKvsFromDb() argument 1781 DeleteKvFromDb(const std::string &key, const int32_t &userId) DeleteKvFromDb() argument 1863 std::string key = GenerateBundleLablel(bundleInfo, deviceType); PutDistributedEnabledForBundle() local 1878 PutDataToDB(const std::string &key, const T &value, const int32_t &userId) PutDataToDB() argument 1898 std::string key = GenerateBundleLablel(bundleInfo, deviceType); GetDistributedEnabledForBundle() local 1942 std::string key = GenerateBundleLablel(deviceType, userId); SetSmartReminderEnabled() local 1958 std::string key = GenerateBundleLablel(deviceType, userId); IsSmartReminderEnabled() local 1981 GetAdditionalConfig(const std::string &key) GetAdditionalConfig() argument [all...] |
/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 1707 bool PermissionRecordManager::GetMuteParameter(const char* key, bool& isMute) in GetMuteParameter() argument
|
/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_certificate_openssl.c | 145 static CfResult VerifyX509Openssl(HcfX509CertificateSpi *self, HcfPubKey *key) in VerifyX509Openssl() argument [all...] |
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_ffi.cpp | 204 HcfSymKey *key = nullptr; in FfiOHOSGenerateSymKey() local 222 int64_t FfiOHOSConvertKey(int64_t id, HcfBlob *key, int32_t* errCode) in FfiOHOSConvertKey() argument 311 HcfKey *key in FfiOHOSSymKeyGetHcfKey() local 378 FfiOHOSCipherInitByIv(int64_t id, int32_t opMode, void* key, HcfBlob blob1) FfiOHOSCipherInitByIv() argument 408 FfiOHOSCipherInitByGcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) FfiOHOSCipherInitByGcm() argument 452 FfiOHOSCipherInitByCcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) FfiOHOSCipherInitByCcm() argument 496 FfiOHOSCipherInitWithOutParams(int64_t id, int32_t opMode, void* key) FfiOHOSCipherInitWithOutParams() argument [all...] |
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 2092 CheckDlPublicKey(const Uint8Buff *key, const char *primeHex) CheckDlPublicKey() argument [all...] |
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/ |
H A D | huks_adapter.c | 276 int32_t CheckDlSpekePublicKey(const struct var_buffer *key, uint32_t bigNumLen) in CheckDlSpekePublicKey() argument 396 compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hmac) compute_hmac() argument 548 aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, struct aes_aad *aad, struct uint8_buff *out_cipher) aes_gcm_encrypt() argument 635 aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, struct aes_aad *aad, struct uint8_buff *out_plain) aes_gcm_decrypt() argument 1009 struct HksBlob key = { HC_LT_PUBLIC_KEY_LEN, out_public_key->ltpk }; export_lt_public_key() local [all...] |
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/ |
H A D | huks_adapter_mock_for_pake.c | 256 int32_t CheckDlSpekePublicKey(const struct var_buffer *key, uint32_t bigNumLen) in CheckDlSpekePublicKey() argument 369 compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hmac) compute_hmac() argument 502 aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, struct aes_aad *aad, struct uint8_buff *out_cipher) aes_gcm_encrypt() argument 580 aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, struct aes_aad *aad, struct uint8_buff *out_plain) aes_gcm_decrypt() argument 949 struct HksBlob key = { HC_LT_PUBLIC_KEY_LEN, out_public_key->ltpk }; export_lt_public_key() local [all...] |
H A D | huks_adapter_mock.c | 256 int32_t CheckDlSpekePublicKey(const struct var_buffer *key, uint32_t bigNumLen) in CheckDlSpekePublicKey() argument 369 compute_hmac(struct var_buffer *key, const struct uint8_buff *message, struct hmac *out_hmac) compute_hmac() argument 502 aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, struct aes_aad *aad, struct uint8_buff *out_cipher) aes_gcm_encrypt() argument 546 aes_gcm_decrypt(struct var_buffer *key, const struct uint8_buff *cipher, struct aes_aad *aad, struct uint8_buff *out_plain) aes_gcm_decrypt() argument 878 struct HksBlob key = { HC_LT_PUBLIC_KEY_LEN, out_public_key->ltpk }; export_lt_public_key() local [all...] |
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/ |
H A D | napi_common.cpp | 1456 napi_value GetNapiValue(napi_env env, napi_value jsObject, const std::string& key) in GetNapiValue() argument 1501 bool GetStringValueByKey(napi_env env, napi_value jsObject, const std::string& key, std::string& result) in GetStringValueByKey() argument 1524 bool GetBoolValueByKey(napi_env env, napi_value jsObject, const std::string& key, bool& result) in GetBoolValueByKey() argument 1545 bool GetInt64ValueByKey(napi_env env, napi_value jsObject, const std::string& key, int64_t& result) in GetInt64ValueByKey() argument 1566 bool GetUint32ValueByKey(napi_env env, napi_value jsObject, const std::string& key, uint32_t& result) in GetUint32ValueByKey() argument 1572 GetArrayValueByKey(napi_env env, napi_value jsObject, const std::string& key) GetArrayValueByKey() argument 1626 GetVectorAuthUserByKey( napi_env env, napi_value jsObject, const std::string& key, std::vector<AuthUserInfo>& resultVec) GetVectorAuthUserByKey() argument 1637 GetVectorDocUriByKey(napi_env env, napi_value jsObject, const std::string& key, std::vector<std::string>& docUriVec) GetVectorDocUriByKey() argument [all...] |
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_base_check.c | 1041 static int32_t CheckAndGetKeySize(const struct HksBlob *key, const uint32_t *expectKeySize,
in CheckAndGetKeySize() argument 1065 static int32_t CheckAndGetKeySize(const struct HksBlob *key, cons argument 1096 CheckAndGetRsaKeySize(const struct HksBlob *key, uint32_t *keySize) CheckAndGetRsaKeySize() argument 1934 HksGetDsaKeySize(const struct HksBlob *key, uint32_t *keySize) HksGetDsaKeySize() argument 1954 HksGetKeySize(uint32_t alg, const struct HksBlob *key, uint32_t *keySize) HksGetKeySize() argument [all...] |
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_client_service.c | 307 GetKeyData(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *key, enum HksStorageType mode) GetKeyData() argument 352 CheckAndUpgradeKeyIfNeed(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *key) CheckAndUpgradeKeyIfNeed() argument 391 GetKeyData(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *key, enum HksStorageType mode) GetKeyData() argument 718 GetKeyAndNewParamSet(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *key, struct HksParamSet **outParamSet) GetKeyAndNewParamSet() argument 733 GetAgreeStoreKey(uint32_t keyAliasTag, const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetAgreeStoreKey() argument 748 TranslateToInnerCurve25519Format(const uint32_t alg, const struct HksBlob *key, struct HksBlob *publicKey) TranslateToInnerCurve25519Format() argument 774 GetAgreePublicKey(const uint32_t alg, const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetAgreePublicKey() argument 790 GetAgreePrivateKey(const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetAgreePrivateKey() argument 821 GetAgreeKeyPair(const uint32_t alg, const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetAgreeKeyPair() argument 843 GetAgreeBaseKey(const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetAgreeBaseKey() argument 872 GetDeriveMainKey(const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetDeriveMainKey() argument 888 GetKeyIn(const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, struct HksBlob *key) GetKeyIn() argument 1282 HksServiceImportKey(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, const struct HksBlob *key) HksServiceImportKey() argument 1325 GetKeyAndNewParamSetInForGenKeyInService(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *key, struct HksParamSet **outParamSet) GetKeyAndNewParamSetInForGenKeyInService() argument 1391 HksServiceExportPublicKey(const struct HksProcessInfo *processInfo, const struct HksBlob *keyAlias, const struct HksParamSet *paramSet, struct HksBlob *key) HksServiceExportPublicKey() argument 1505 HksServiceMac(const struct HksProcessInfo *processInfo, const struct HksBlob *key, const struct HksParamSet *paramSet, const struct HksBlob *srcData, struct HksBlob *mac) HksServiceMac() argument 1738 HksServiceInit(const struct HksProcessInfo *processInfo, const struct HksBlob *key, const struct HksParamSet *paramSet, struct HksBlob *handle, struct HksBlob *token) HksServiceInit() argument [all...] |
/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.cpp | 180 static napi_value ParseInt64(napi_env env, napi_value object, const std::string &key, int64_t &value) in ParseInt64() argument 209 static napi_value ParseInt32(napi_env env, napi_value object, const std::string &key, int32_t &value) in ParseInt32() argument 238 GetString(napi_env env, napi_value object, const std::string &key, char *value, size_t &maxLen) GetString() argument 261 ParseString(napi_env env, napi_value object, const std::string &key, char *value, size_t &maxLen) ParseString() argument 337 GetConditionsTime(napi_env env, napi_value object, const std::string &key, std::string &value) GetConditionsTime() argument 471 ParseOptionalString(napi_env env, napi_value object, const std::string &key, uint32_t maxLen) ParseOptionalString() argument [all...] |
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 1384 static int GetArkWebInstallPath(const char *key, char *value) in GetArkWebInstallPath() argument
|
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 584 std::string key = LAST_ICCID_KEY + std::to_string(slotId); in IsSimChanged() local
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 900 std::string key = SettingUtils::SETTINGS_NETWORK_SEARCH_PREFERRED_NETWORK_MODE + "_" + std::to_string(slotId); in SavePreferredNetworkValue() local 919 std::string key = SettingUtils::SETTINGS_NETWORK_SEARCH_AIRPLANE_MODE; in UpdateRadioOn() local 951 std::string key = SettingUtils::SETTINGS_NETWORK_SEARCH_PREFERRED_NETWORK_MODE + "_" + std::to_string(slotId); in GetPreferredNetworkValue() local 1673 std::string key = SettingUtils::SETTINGS_NETWORK_SEARCH_AIRPLANE_MODE; in GetAirplaneMode() local [all...] |
/base/telephony/core_service/services/sim/src/ |
H A D | sim_file_manager.cpp | 404 std::string key = ""; in GetVoiceMailNumberCdmaKey() local 424 std::string key = ""; in GetVoiceMailNumberKey() local 612 std::string key = ""; in GetVoiceMailSimImsiFromParam() local 622 std::string key = ""; in SetVoiceMailSimImsiParam() local
|