Home
last modified time | relevance | path

Searched defs:key (Results 751 – 775 of 2677) sorted by relevance

1...<<31323334353637383940>>...108

/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp71 void ParseJsonFieldAsArrayOpt(const nlohmann::json &cupsOpt, const std::string &key, in ParseJsonFieldAsArrayOpt()
100 bool ParseJsonFieldAsInt(const nlohmann::json &cupsOpt, const std::string &key, int &value) in ParseJsonFieldAsInt()
121 void ConvertJsonArrayToIntList(const nlohmann::json &jsonArray, const std::string &key, std::vector… in ConvertJsonArrayToIntList()
263 std::string key = "color"; in ParseColorModeArray() local
272 std::string key = "duplex"; in ParseDuplexModeArray() local
281 std::string key = "quality"; in ParseQualityArray() local
448 std::string GetSettingItemString(const std::string key, json defaultSetting, json setting) in GetSettingItemString()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c241 int OpensslEcKeyCheckKey(const EC_KEY *key) in OpensslEcKeyCheckKey()
249 const EC_POINT *OpensslEcKeyGet0PublicKey(const EC_KEY *key) in OpensslEcKeyGet0PublicKey()
257 const BIGNUM *OpensslEcKeyGet0PrivateKey(const EC_KEY *key) in OpensslEcKeyGet0PrivateKey()
265 const EC_GROUP *OpensslEcKeyGet0Group(const EC_KEY *key) in OpensslEcKeyGet0Group()
304 int OpensslEcKeySetGroup(EC_KEY *key, const EC_GROUP *group) in OpensslEcKeySetGroup()
460 void OpensslEcKeySetAsn1Flag(EC_KEY *key, int flag) in OpensslEcKeySetAsn1Flag()
470 void OpensslEcKeyFree(EC_KEY *key) in OpensslEcKeyFree()
687 int OpensslEvpPkeyAssignEcKey(EVP_PKEY *pkey, EC_KEY *key) in OpensslEvpPkeyAssignEcKey()
899 int OpensslEvpPkeySet1Dsa(EVP_PKEY *pkey, DSA *key) in OpensslEvpPkeySet1Dsa()
1801 int OpensslEvpPkeySet1Dh(EVP_PKEY *pkey, DH *key) in OpensslEvpPkeySet1Dh()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_gaussianblur_declaration.cpp49 std::string key = attr.first; in SetSpecializedValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dstatic_image_object.cpp30 auto key = ImageUtils::GenerateImageKey(src_, targetSize); in MakeCanvasImage() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_observer_proxy_test/
H A Ddata_ability_observer_proxy_test.cpp114 std::string key = "test"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp123 std::string key; in Unmarshalling() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H A Doh_preferences_value_impl.h29 const char *key; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsoftbus_bus_center.cpp18 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, uint8_t *… in GetNodeKeyInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_key.cpp51 int DocumentKey::GetOidDocKey(DocKey &key) in GetOidDocKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_snapshot.cpp30 int SQLiteLocalKvDBSnapshot::Get(const Key &key, Value &value) const in Get() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.h31 char* key; member
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Djson_utils.cpp48 int32_t JsonUtils::GetKVFromJson(const nlohmann::json &json, const std::string &key, in GetKVFromJson()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Doobe_datashare_utils.h54 ErrCode DataShareUtils::GetValue(const std::string& key, T& value) in GetValue()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-repeat.md73 ### key subsection
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
H A Ddetailed_hkdf_params.h26 HcfBlob key; member
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.cpp23 SuspendDeviceType SuspendSources::mapSuspendDeviceType(const std::string& key) in mapSuspendDeviceType()
/ohos5.0/build/hb/util/loader/
H A Dsubsystem_info.py46 def merge_subsystem_overlay(subsystem_configs, subsystem_config_overlay, key): argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/rdb/
H A Drdb_data_manager.cpp133 bool RdbDataManager::InsertData(const std::string &key, const std::string &value) in InsertData()
176 bool RdbDataManager::UpdateData(const std::string &key, const std::string &value) in UpdateData()
237 bool RdbDataManager::DeleteData(const std::string &key) in DeleteData()
269 bool RdbDataManager::QueryData(const std::string &key, std::string &value) in QueryData()
345 std::string key; in QueryAllData() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H A Dexternaldepsproxy_fuzzer.cpp104 std::string key = NfcSdkCommon::IntToHexString(timeOutArray[0]); in FuzzNfcDataSetString() local
111 std::string key = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzNfcDataGetString() local
119 std::string key = NfcSdkCommon::IntToHexString(timeOutArray[0]); in FuzzNfcDataSetInt() local
126 std::string key = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzNfcDataGetInt() local
132 std::string key = NfcSdkCommon::BytesVecToHexString(data, size); in FuzzNfcDataDelete() local
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp44 std::string key = str.substr(0, pos); in ParseCacheControl() local
61 std::string key = CommonUtils::ToLower(iterCacheResponse.first); in ParseCacheResponseHeader() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/
H A Dcrypto_manager.cpp120 std::vector<uint8_t> CryptoManager::Encrypt(const std::vector<uint8_t> &key) in Encrypt()
170 bool CryptoManager::Decrypt(std::vector<uint8_t> &source, std::vector<uint8_t> &key) in Decrypt()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_watcher.cpp86 auto key = std::get_if<Bytes>(&info[0]); in ConvertToEntries() local
101 auto key = std::get_if<std::string>(&info); in ConvertToKeys() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dauto_sync_timer.cpp54 stores_.Compute(appId, [&storeIds](const auto &key, std::vector<StoreId> &value) { in AddSyncStores()
74 stores_.EraseIf([&stores, &count](const std::string &key, std::vector<StoreId> &value) { in GetStoreIds()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_pair.cpp47 static bool WrapPubKey(napi_env env, napi_value instance, HcfPubKey *key) in WrapPubKey()
72 static bool WrapPriKey(napi_env env, napi_value instance, HcfPriKey *key) in WrapPriKey()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp45 void UpdateUnifiedGroupInfo(const std::string &key, std::shared_ptr<NotificationUnifiedGroupInfo> &… in UpdateUnifiedGroupInfo()
128 ErrCode ExtensionWrapper::SyncAdditionConfig(const std::string& key, const std::string& value) in SyncAdditionConfig()

1...<<31323334353637383940>>...108