| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | accessibility_property_helper.h | 34 int32_t SetExtraElementInfo(const std::string& keyStr, const std::string& valueStr) in SetExtraElementInfo() argument 44 int32_t SetExtraElementInfo(const std::string keyStr, const int32_t valueInt) in SetExtraElementInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_badge_bridge.cpp | 39 std::string keyStr = key->ToString(runtime); in ParseBadgeConfig() local
|
| H A D | jsi_stepper_bridge.cpp | 40 std::string keyStr = key->ToString(runtime); in GetAttrLabel() local
|
| H A D | jsi_clock_bridge.cpp | 39 std::string keyStr = key->ToString(runtime); in ParseClockConfig() local
|
| H A D | jsi_input_bridge.cpp | 36 std::string keyStr = key->ToString(runtime); in GetInputOption() local
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
| H A D | distributed_data_change_listener.cpp | 69 string keyStr = GetAnonymStr(keyInfo->uuid) + "_" + to_string(keyInfo->missionId); in OnChange() local 84 string keyStr = GetAnonymStr(keyInfo->uuid) + "_" + to_string(keyInfo->missionId); in OnChange() local 95 string keyStr = GetAnonymStr(keyInfo->uuid) + "_" + to_string(keyInfo->missionId); in OnChange() local
|
| /foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
| H A D | napi_datashare_values_bucket.cpp | 61 std::string keyStr = DataShareJSUtils::UnwrapStringFromJS(env, key);
in UnWrapValuesBucket() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_values_bucket.cpp | 58 std::string keyStr = JSUtils::Convert2String(env, key);
in NAPI_OHOS_Data_RdbJsKit_ValuesBucketProxy_GetNativeObject() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | transitions_dictionary_test.cpp | 109 std::string keyStr = "key" + std::to_string(index); in HWTEST_F_L0() local 140 std::string keyStr = "key" + std::to_string(index); in TestCommon() local 205 std::string keyStr = "key" + std::to_string(index); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | fast_json_stringifier.h | 95 inline void EraseKeyString(CString &keyStr, bool hasContent) in EraseKeyString() argument
|
| /base/print/print_fwk/test/fuzztest/scanmdnsservice_fuzzer/ |
| H A D | scanmdnsservice_fuzzer.cpp | 55 std::string keyStr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetServiceAttribute() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_imfadapter_wrapper.cpp | 85 ArkWebString keyStr = ArkWebStringClassToStruct(commandKey); in SendPrivateCommand() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
| H A D | lnn_lane_common.c | 198 char keyStr[UINT_TO_STR_MAX_LEN] = {0}; in LnnCreateData() local 213 char keyStr[UINT_TO_STR_MAX_LEN] = {0}; in LnnReadData() local 224 char keyStr[UINT_TO_STR_MAX_LEN] = {0}; in LnnDeleteData() local
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/ |
| H A D | json_protocol.cpp | 35 auto keyStr = NegotiateMessage::keyStringTable_[NegotiateMessageKey(key)]; in Write() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | distributeddb_meta_data_test.cpp | 344 std::string keyStr = "localMetaData"; in HWTEST_F() local
|
| /base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
| H A D | rules_engine.cpp | 160 std::string keyStr; in InitOptRules() local
|
| /base/print/print_fwk/services/scan_service/src/ |
| H A D | scan_mdns_service.cpp | 177 std::string ScanMdnsService::GetServiceAttribute(MDnsServiceInfo &serviceInfo, std::string keyStr) in GetServiceAttribute() argument
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
| H A D | napi_sync_config.cpp | 67 char keyStr[STR_MAX_SIZE] = {0}; in ParseParameters() local
|
| /base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/ |
| H A D | dlp_kv_data_storage.cpp | 131 int32_t DlpKvDataStorage::RemoveValueFromKvStore(const std::string &keyStr) in RemoveValueFromKvStore() argument 188 int32_t DlpKvDataStorage::PutValueToKvStore(const std::string &keyStr, const std::string &valueStr) in PutValueToKvStore() argument 212 int32_t DlpKvDataStorage::GetValueFromKvStore(const std::string &keyStr, std::string &valueStr) in GetValueFromKvStore() argument 246 bool DlpKvDataStorage::IsKeyExists(const std::string &keyStr) in IsKeyExists() argument
|
| /drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/ |
| H A D | stream_pipeline_strategy.cpp | 37 std::string keyStr; in ConstructKeyStrIndex() local 113 void StreamPipelineStrategy::InitPipeSpecPtr(G_PIPELINE_SPEC_DATA_TYPE &pipeSpecPtr, const std::string& keyStr) in InitPipeSpecPtr() argument 168 std::string keyStr = ConstructKeyStrIndex(mode); in SelectPipelineSpec() local 265 std::string keyStr = ""; CheckPipelineSpecExist() local [all...] |
| /foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
| H A D | js_util.cpp | 255 std::string keyStr; in GetValue() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_storage_executor_subscribe.cpp | 136 std::string keyStr = DBConstant::SUBSCRIBE_QUERY_PREFIX + DBCommon::TransferHashString(subscribeId); in FormatSubscribeTriggerSql() local
|
| /base/account/os_account/services/accountmgr/test/mock/app_account/ |
| H A D | account_data_storage.cpp | 70 ErrCode AccountDataStorage::RemoveValueFromKvStore(const std::string &keyStr) in RemoveValueFromKvStore() argument 214 ErrCode AccountDataStorage::PutValueToKvStore(const std::string &keyStr, const std::string &valueStr) in PutValueToKvStore() argument 220 ErrCode AccountDataStorage::GetValueFromKvStore(const std::string &keyStr, std::string &valueStr) in GetValueFromKvStore() argument 227 bool AccountDataStorage::IsKeyExists(const std::string keyStr) in IsKeyExists() argument
|
| /base/account/os_account/services/accountmgr/src/ |
| H A D | account_data_storage.cpp | 157 ErrCode AccountDataStorage::RemoveValueFromKvStore(const std::string &keyStr) in RemoveValueFromKvStore() argument 270 ErrCode AccountDataStorage::PutValueToKvStore(const std::string &keyStr, const std::string &valueStr) in PutValueToKvStore() argument 297 ErrCode AccountDataStorage::GetValueFromKvStore(const std::string &keyStr, std::string &valueStr) in GetValueFromKvStore() argument 326 bool AccountDataStorage::IsKeyExists(const std::string keyStr) in IsKeyExists() argument
|
| /foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/ |
| H A D | distributedwantparams_fuzzer.cpp | 182 std::string keyStr = "12345667"; in DoSomethingInterestingWithMyAPI_DistributedWantParams_004() local
|