Home
last modified time | relevance | path

Searched defs:key (Results 901 – 925 of 2677) sorted by relevance

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_removelocalservice_context.cpp40 …std::string key = bundleName + MDNS_HOSTPORT_SPLITER_STR + GetServiceInfo().name + MDNS_DOMAIN_SPL… in ParseParams() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/
H A Dhks_openssl_rsa_test.cpp112 HksBlob key = { variable
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/setassociateddatastub_fuzzer/
H A Dsetassociateddatastub_fuzzer.cpp37 std::string key = fuzzData.GenerateRandomString(); in SetAssociatedDataStubFuzzTest() local
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_ohos/startup/
H A Dbackup_para.cpp38 static tuple<bool, string> GetConfigParameterValue(const string &key, uint32_t len) in GetConfigParameterValue()
/ohos5.0/base/security/device_security_level/services/sa/lite/small/
H A Ddslm_ipc_process.h29 uint64_t key; member
/ohos5.0/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_export_key_item.h32 struct HksBlob *key = nullptr; member
H A Dhuks_napi_import_key_item.h33 struct HksBlob *key = nullptr; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_conflict_entry.h30 Key key; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/mingw/
H A Dframe_collector.cpp49 void FrameCollector::SwitchFunction(const char *key, const char *value, void *context) in SwitchFunction()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_common.h36 char key[WPA_MESSAGE_KEY_LENGTH]; member
/ohos5.0/base/update/updateservice/services/core/ability/adapter/src/
H A Ddevice_adapter.cpp43 std::string DeviceAdapter::GetParameter(const std::string &key, const std::string &def) in GetParameter()
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/include/
H A Dcode_sign_utils_in_c.h34 char* key; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_iconsumer_surface_adapter_impl.cpp45 int32_t ArkIConsumerSurfaceAdapterImpl::SetUserData(const ArkWebString& key, const ArkWebString& va… in SetUserData()
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Dsec_comp_enhance_data.h77 uint8_t key[AES_KEY_STORAGE_LEN]; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp164 int SQLiteMultiVerTransaction::Put(const Key &key, const Value &value) in Put()
176 int SQLiteMultiVerTransaction::Delete(const Key &key) in Delete()
216 Key key = {'c', 'l', 'e', 'a', 'r'}; in Clear() local
238 int SQLiteMultiVerTransaction::Get(const Key &key, Value &value) const in Get() argument
431 Key key; in PutBatch() local
1067 int SQLiteMultiVerTransaction::AddRecord(const Key &key, const Value &value, in AddRecord()
1227 int SQLiteMultiVerTransaction::BindAddRecordKeysToStatement(sqlite3_stmt *statement, const Key &key, in BindAddRecordKeysToStatement()
1261 const Key &key, const Value &value, const MultiVerEntryAuxData &data) const in BindAddRecordArgs() argument
1373 Key key; in CheckIfNeedSaveRecord() local
1484 Key &key, Value &value, bool isNeedReadKey) const in GetKeyAndValueByHashKey()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp158 features_.Compute(name, [&feature, &isFirstCreate](const auto &key, auto &value) ->bool { in GetFeatureInterface()
364 … [this](const std::vector<uint8_t> &key, const std::vector<uint8_t> &value, CHANGE_FLAG flag) { in StartService()
383 const std::vector<uint8_t> &key, const std::vector<uint8_t> &value, CHANGE_FLAG flag) in OnStoreMetaChanged()
549 …features_.ForEachCopies([&eventInfo](const auto &key, sptr<DistributedData::FeatureStubImpl> &valu… in NotifyAccountEvent()
584 … features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOnline()
595 … features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOffline()
606 … features_.ForEachCopies([&info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnDeviceOnReady()
617 features_.ForEachCopies([info](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnSessionReady()
655 features_.ForEachCopies([user](const auto &key, sptr<DistributedData::FeatureStubImpl> &value) { in OnScreenUnlocked()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_utils_impl.cpp48 auto key = child->GetKey(); in RouterEvent() local
128 auto key = child->GetKey(); in BackgroundEvent() local
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp44 void AddVectorToJsonString(const std::string& key, const std::vector<T>& vec, std::stringstream& js… in AddVectorToJsonString()
58 void AddValueToJsonString(const std::string& key, const T& value, std::stringstream& jsonStr, bool … in AddValueToJsonString()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_compare.cpp223 std::string key = it->first; in HasMapRelation() local
237 std::string key = it->first; in HasMapRelation() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp39 static void TestParameterChange(const char *key, const char *value, void *context) in TestParameterChange()
45 static void TestWatcherCallBack(const char *key, const ServiceInfo *status) in TestWatcherCallBack()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp82 std::vector<std::string> key {std::to_string(userId)}; in DisallowAddOsAccountByUser() local
141 std::vector<std::string> key {name}; in AddOsAccount() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp40 string key = std::to_string(parent) + name; in DoLocalLookup() local
146 int64_t key = FileOperationsHelper::FindLocalId(data, std::to_string(ino) + in ReadDir() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/sendablerelationalstore/src/
H A Dnapi_rdb_store_convert_utils.cpp64 napi_value key = nullptr; in FromSendableValuesBucket() local
102 napi_value key = nullptr; in ToSendableValuesBucket() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_impl.h254 int WifiConfigFileImpl<T>::SetEncryptionInfo(const std::string &key, const std::string &iv) in SetEncryptionInfo()
299 std::string key = line.substr(0, npos); in ReadNetworkSection() local
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_source_parser.cpp155 std::string key = *iter; in ParseSources() local
167 std::shared_ptr<SuspendSources>& parseSources, Json::Value& valueObj, std::string& key) in ParseSourcesProc()

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