| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| D | mock_preferences.cpp | 25 PreferencesValue MockPreferences::Get(const std::string &key, const PreferencesValue &defValue) in Get() 31 int MockPreferences::Put(const std::string &key, const PreferencesValue &value) in Put() 37 int MockPreferences::GetInt(const std::string &key, const int &defValue) in GetInt() 44 std::string MockPreferences::GetString(const std::string &key, const std::string &defValue) in GetString() 51 bool MockPreferences::GetBool(const std::string &key, const bool &defValue) in GetBool() 58 float MockPreferences::GetFloat(const std::string &key, const float &defValue) in GetFloat() 65 double MockPreferences::GetDouble(const std::string &key, const double &defValue) in GetDouble() 72 int64_t MockPreferences::GetLong(const std::string &key, const int64_t &defValue) in GetLong() 79 bool MockPreferences::HasKey(const std::string &key) in HasKey() 85 int MockPreferences::PutInt(const std::string &key, int value) in PutInt() [all …]
|
| D | mock_accessibility_setting_provider.cpp | 49 ErrCode AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() 57 ErrCode AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() 65 ErrCode AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() 73 ErrCode AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() 81 ErrCode AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needN… in PutIntValue() 90 ErrCode AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool need… in PutLongValue() 99 ErrCode AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNot… in PutBoolValue() 108 bool AccessibilitySettingProvider::IsValidKey(const std::string& key) in IsValidKey() 115 …<AccessibilitySettingObserver> AccessibilitySettingProvider::CreateObserver(const std::string& key, in CreateObserver() 144 ErrCode AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue() [all …]
|
| /foundation/arkui/ace_engine/test/unittest/core/common/storage/ |
| D | mock_storage.h | 36 void SetString(const std::string& key, const std::string& value) override {}; in SetString() 37 std::string GetString(const std::string& key) override in GetString() 41 void SetDouble(const std::string& key, const double value) override {}; in SetDouble() 42 bool GetDouble(const std::string& key, double& value) override in GetDouble() 46 void SetBoolean(const std::string& key, const bool value) override {}; in SetBoolean() 47 bool GetBoolean(const std::string& key, bool& value) override in GetBoolean() 52 DataType GetDataType(const std::string& key) override in GetDataType() 58 void Delete(const std::string& key) override {}; in Delete() 67 void SetString(const std::string& key, const std::string& value) override {}; in SetString() 68 std::string GetString(const std::string& key) override in GetString() [all …]
|
| /foundation/multimedia/player_framework/test/unittest/avcodec_test/native/avformat/ |
| D | avformat_native_mock.cpp | 21 bool AVFormatNativeMock::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() 26 bool AVFormatNativeMock::GetIntValue(const std::string_view &key, int32_t &value) in GetIntValue() 31 bool AVFormatNativeMock::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() 36 bool AVFormatNativeMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() 55 bool AVFormatNativeMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue() 60 bool AVFormatNativeMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() 65 bool AVFormatNativeMock::PutFloatValue(const std::string_view &key, float value) in PutFloatValue() 70 bool AVFormatNativeMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() 75 bool AVFormatNativeMock::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue() 80 bool AVFormatNativeMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() [all …]
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
| D | device_timed_collect_tool.cpp | 50 bool PreferencesUtil::SaveLong(const std::string& key, int64_t value) in SaveLong() 55 bool PreferencesUtil::SaveString(const std::string& key, std::string value) in SaveString() 61 bool PreferencesUtil::Save(const std::string& key, const T& value) in Save() 74 … std::shared_ptr<NativePreferences::Preferences> ptr, const std::string& key, const int64_t& value) in SaveInner() 84 … std::shared_ptr<NativePreferences::Preferences> ptr, const std::string& key, const string& value) in SaveInner() 105 int64_t PreferencesUtil::ObtainLong(const std::string& key, int64_t defValue) in ObtainLong() 110 string PreferencesUtil::ObtainString(const std::string& key, std::string defValue) in ObtainString() 116 T PreferencesUtil::Obtain(const std::string& key, const T& defValue) in Obtain() 126 …std::shared_ptr<NativePreferences::Preferences> ptr, const std::string& key, const int64_t& defVal… in ObtainInner() 132 …std::shared_ptr<NativePreferences::Preferences> ptr, const std::string& key, const std::string& de… in ObtainInner() [all …]
|
| /foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
| D | scene_format.cpp | 23 bool SceneFormat::PutBoolValue(const std::string_view &key, bool value) in PutBoolValue() 34 bool SceneFormat::PutUint16Value(const std::string_view &key, uint16_t value) in PutUint16Value() 45 bool SceneFormat::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() 56 bool SceneFormat::PutUint32Value(const std::string_view &key, uint32_t value) in PutUint32Value() 67 bool SceneFormat::PutInt64Value(const std::string_view &key, int64_t value) in PutInt64Value() 78 bool SceneFormat::PutUint64Value(const std::string_view &key, uint64_t value) in PutUint64Value() 89 bool SceneFormat::PutFloatValue(const std::string_view &key, float value) in PutFloatValue() 100 bool SceneFormat::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue() 111 bool SceneFormat::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() 122 bool SceneFormat::PutObjectValue(const std::string_view &key, sptr<IRemoteObject> value) in PutObjectValue() [all …]
|
| /foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
| D | cloud_pref_impl_mock.cpp | 30 void CloudPrefImpl::SetString(const std::string& key, const std::string& value) in SetString() 34 void CloudPrefImpl::GetString(const std::string& key, std::string &value) in GetString() 38 void CloudPrefImpl::SetLong(const std::string& key, const int64_t value) in SetLong() 42 void CloudPrefImpl::GetLong(const std::string& key, int64_t &value) in GetLong() 46 void CloudPrefImpl::SetInt(const std::string& key, const int value) in SetInt() 50 void CloudPrefImpl::GetInt(const std::string& key, int32_t &value) in GetInt() 54 void CloudPrefImpl::SetBool(const std::string& key, const bool& value) in SetBool() 58 void CloudPrefImpl::GetBool(const std::string& key, bool& value) in GetBool() 66 void CloudPrefImpl::Delete(const std::string& key) in Delete()
|
| /foundation/multimedia/media_foundation/tests/unittest/format/inner/ |
| D | avformat_inner_mock.cpp | 21 bool AVFormatInnerMock::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() 26 bool AVFormatInnerMock::GetIntValue(const std::string_view &key, int32_t &value) in GetIntValue() 31 bool AVFormatInnerMock::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() 36 bool AVFormatInnerMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() 55 bool AVFormatInnerMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue() 60 bool AVFormatInnerMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() 65 bool AVFormatInnerMock::PutFloatValue(const std::string_view &key, float value) in PutFloatValue() 70 bool AVFormatInnerMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() 75 bool AVFormatInnerMock::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue() 80 bool AVFormatInnerMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() [all …]
|
| /foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/ |
| D | avformat_inner_mock.cpp | 22 bool AVFormatInnerMock::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() 27 bool AVFormatInnerMock::GetIntValue(const std::string_view &key, int32_t &value) in GetIntValue() 32 bool AVFormatInnerMock::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() 37 bool AVFormatInnerMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() 56 bool AVFormatInnerMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue() 61 bool AVFormatInnerMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() 66 bool AVFormatInnerMock::PutFloatValue(const std::string_view &key, float value) in PutFloatValue() 71 bool AVFormatInnerMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() 76 bool AVFormatInnerMock::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue() 81 bool AVFormatInnerMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() [all …]
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| D | mock_accessibility_setting_provider.cpp | 46 ErrCode AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue() 53 ErrCode AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue() 60 ErrCode AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue() 67 ErrCode AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue() 74 ErrCode AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool needN… in PutIntValue() 82 ErrCode AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool need… in PutLongValue() 90 ErrCode AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNot… in PutBoolValue() 98 bool AccessibilitySettingProvider::IsValidKey(const std::string& key) in IsValidKey() 104 …<AccessibilitySettingObserver> AccessibilitySettingProvider::CreateObserver(const std::string& key, in CreateObserver() 129 ErrCode AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue() [all …]
|
| /foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/ |
| D | avformat_capi_mock.cpp | 28 bool AVFormatCapiMock::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() 36 bool AVFormatCapiMock::GetIntValue(const std::string_view &key, int32_t &value) in GetIntValue() 44 bool AVFormatCapiMock::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() 52 bool AVFormatCapiMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() 100 bool AVFormatCapiMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue() 108 bool AVFormatCapiMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() 116 bool AVFormatCapiMock::PutFloatValue(const std::string_view &key, float value) in PutFloatValue() 124 bool AVFormatCapiMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() 132 bool AVFormatCapiMock::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue() 140 bool AVFormatCapiMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() [all …]
|
| /foundation/multimedia/media_foundation/tests/unittest/format/capi/ |
| D | avformat_capi_mock.cpp | 25 bool AVFormatCapiMock::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() 33 bool AVFormatCapiMock::GetIntValue(const std::string_view &key, int32_t &value) in GetIntValue() 41 bool AVFormatCapiMock::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue() 49 bool AVFormatCapiMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() 97 bool AVFormatCapiMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue() 105 bool AVFormatCapiMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue() 113 bool AVFormatCapiMock::PutFloatValue(const std::string_view &key, float value) in PutFloatValue() 121 bool AVFormatCapiMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue() 129 bool AVFormatCapiMock::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue() 137 bool AVFormatCapiMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue() [all …]
|
| /foundation/arkui/ace_engine/frameworks/base/json/ |
| D | node_object.cpp | 63 bool NodeObject::GetBool(const std::string& key, bool defaultValue) const in GetBool() argument 72 int32_t NodeObject::GetInt(const std::string& key, int32_t defaultVal) const in GetInt() argument 81 uint32_t NodeObject::GetUInt(const std::string& key, uint32_t defaultVal) const in GetUInt() argument 90 int64_t NodeObject::GetInt64(const std::string& key, int64_t defaultVal) const in GetInt64() argument 99 double NodeObject::GetDouble(const std::string& key, double defaultVal) const in GetDouble() argument 108 std::string NodeObject::GetString(const std::string& key, const std::string& defaultVal) const in GetString() argument 133 bool NodeObject::Put(const char* key, const char* value) in Put() 144 bool NodeObject::Put(const char* key, size_t value) in Put() 155 bool NodeObject::Put(const char* key, int32_t value) in Put() 166 bool NodeObject::Put(const char* key, int64_t value) in Put() [all …]
|
| D | uobject.cpp | 28 size_t HashItem(const std::string& key, const T& value) in HashItem() 34 void UObject::AddItemToObject(const std::string& key, const char* value) in AddItemToObject() 41 void UObject::AddItemToObject(const std::string& key, const std::string& value) in AddItemToObject() 46 void UObject::AddItemToObject(const std::string& key, size_t value) in AddItemToObject() 51 void UObject::AddItemToObject(const std::string& key, int32_t value) in AddItemToObject() 56 void UObject::AddItemToObject(const std::string& key, int64_t value) in AddItemToObject() 61 void UObject::AddItemToObject(const std::string& key, double value) in AddItemToObject() 66 void UObject::AddItemToObject(const std::string& key, bool value) in AddItemToObject() 71 void UObject::AddItemToObject(const std::string& key, const std::shared_ptr<UObject>& value) in AddItemToObject() 293 void UObject::WriteKV(const std::string& key, const std::string& value) in WriteKV() [all …]
|
| D | json_util.cpp | 79 bool JsonValue::GetBool(const std::string& key, bool defaultValue) const in GetBool() argument 107 double JsonValue::GetDouble(const std::string& key, double defaultVal) const in GetDouble() argument 164 bool JsonValue::Put(const char* key, const char* value) in Put() 183 bool JsonValue::Put(const char* key, const std::unique_ptr<JsonValue>& value) in Put() 212 bool JsonValue::Put(const char* key, size_t value) in Put() 226 bool JsonValue::Put(const char* key, int32_t value) in Put() 240 bool JsonValue::Put(const char* key, int64_t value) in Put() 245 bool JsonValue::Put(const char* key, double value) in Put() 259 bool JsonValue::Replace(const char* key, double value) in Replace() 276 bool JsonValue::Put(const char* key, bool value) in Put() [all …]
|
| /foundation/arkui/ace_engine/test/mock/core/image_provider/ |
| D | mock_image_cache.cpp | 20 void ImageCache::CacheImage(const std::string& key, const std::shared_ptr<CachedImage>& image) {} in CacheImage() 22 RefPtr<NG::ImageObject> ImageCache::GetCacheImgObjNG(const std::string& key) in GetCacheImgObjNG() 27 void ImageCache::CacheImgObjNG(const std::string& key, const RefPtr<NG::ImageObject>& imgObj) {} in CacheImgObjNG() 34 RefPtr<NG::ImageData> ImageCache::GetCacheImageData(const std::string& key) in GetCacheImageData() 39 void ImageCache::CacheImageData(const std::string& key, const RefPtr<NG::ImageData>& imageData) {} in CacheImageData() 43 void ImageCache::ClearCacheImage(const std::string& key) {} in ClearCacheImage()
|
| /foundation/filemanagement/dfs_service/utils/preference/src/ |
| D | cloud_pref_impl.cpp | 56 void CloudPrefImpl::SetString(const std::string& key, const std::string& value) in SetString() 62 void CloudPrefImpl::GetString(const std::string& key, std::string &value) in GetString() 67 void CloudPrefImpl::SetLong(const std::string& key, const int64_t value) in SetLong() 73 void CloudPrefImpl::GetLong(const std::string& key, int64_t &value) in GetLong() 78 void CloudPrefImpl::SetInt(const std::string& key, const int value) in SetInt() 84 void CloudPrefImpl::GetInt(const std::string& key, int32_t &value) in GetInt() 89 void CloudPrefImpl::SetBool(const std::string& key, const bool& value) in SetBool() 95 void CloudPrefImpl::GetBool(const std::string& key, bool& value) in GetBool() 106 void CloudPrefImpl::Delete(const std::string& key) in Delete()
|
| /foundation/distributedhardware/distributed_screen/common/src/ |
| D | dscreen_json_util.cpp | 23 bool IsString(const nlohmann::json &jsonObj, const std::string &key) in IsString() 32 bool IsUInt8(const nlohmann::json &jsonObj, const std::string &key) in IsUInt8() 41 bool IsInt32(const nlohmann::json &jsonObj, const std::string &key) in IsInt32() 51 bool IsUInt32(const nlohmann::json &jsonObj, const std::string &key) in IsUInt32() 60 bool IsInt64(const nlohmann::json &jsonObj, const std::string &key) in IsInt64() 70 bool IsUInt64(const nlohmann::json &jsonObj, const std::string &key) in IsUInt64() 79 bool IsArray(const nlohmann::json &jsonObj, const std::string &key) in IsArray() 88 bool IsBool(const nlohmann::json &jsonObj, const std::string &key) in IsBool()
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
| D | dps_metadata_info.cpp | 33 auto key = parcel.ReadString(); in ReadFromParcel() local 112 DpsMetadataError DpsMetadata::Get(const std::string &key, int32_t &value) const in Get() argument 117 DpsMetadataError DpsMetadata::Get(const std::string &key, int64_t &value) const in Get() argument 122 DpsMetadataError DpsMetadata::Get(const std::string &key, double &value) const in Get() argument 127 DpsMetadataError DpsMetadata::Get(const std::string &key, std::string &value) const in Get() argument 132 DpsMetadataError DpsMetadata::Set(const std::string &key, int32_t value) in Set() 137 DpsMetadataError DpsMetadata::Set(const std::string &key, int64_t value) in Set() 142 DpsMetadataError DpsMetadata::Set(const std::string &key, double value) in Set() 147 DpsMetadataError DpsMetadata::Set(const std::string &key, const std::string& value) in Set() 153 DpsMetadataError DpsMetadata::Get(const std::string &key, DpsDataType type, T &value) const in Get() argument [all …]
|
| /foundation/graphic/graphic_2d/frameworks/surface/src/ |
| D | buffer_extra_data_impl.cpp | 41 auto key = parcel.ReadString(); in ReadFromParcel() local 123 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, int32_t &value) const in ExtraGet() argument 128 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, int64_t &value) const in ExtraGet() argument 133 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, double &value) const in ExtraGet() argument 138 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, std::string &value) const in ExtraGet() argument 143 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, int32_t value) in ExtraSet() 148 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, int64_t value) in ExtraSet() 153 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, double value) in ExtraSet() 158 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, const std::string& value) in ExtraSet() 164 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, ExtraDataType type, T &value) const in ExtraGet() argument [all …]
|
| /foundation/graphic/graphic_surface/surface/src/ |
| D | buffer_extra_data_impl.cpp | 41 auto key = parcel.ReadString(); in ReadFromParcel() local 123 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, int32_t &value) const in ExtraGet() argument 128 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, int64_t &value) const in ExtraGet() argument 133 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, double &value) const in ExtraGet() argument 138 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, std::string &value) const in ExtraGet() argument 143 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, int32_t value) in ExtraSet() 148 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, int64_t value) in ExtraSet() 153 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, double value) in ExtraSet() 158 GSError BufferExtraDataImpl::ExtraSet(const std::string &key, const std::string& value) in ExtraSet() 164 GSError BufferExtraDataImpl::ExtraGet(const std::string &key, ExtraDataType type, T &value) const in ExtraGet() argument [all …]
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
| D | published_data_subscriber_manager.cpp | 36 …const PublishedDataKey &key, const sptr<IDataProxyPublishedDataObserver> observer, uint32_t firstC… in Add() 39 …key, [&observer, &firstCallerTokenId, this](const PublishedDataKey &key, std::vector<ObserverNode>… in Add() 48 int PublishedDataSubscriberManager::Delete(const PublishedDataKey &key, uint32_t firstCallerTokenId) in Delete() 69 … publishedDataCache_.EraseIf([&callerTokenId](const auto &key, std::vector<ObserverNode> &value) { in Delete() 83 int PublishedDataSubscriberManager::Disable(const PublishedDataKey &key, uint32_t firstCallerTokenI… in Disable() 99 int PublishedDataSubscriberManager::Enable(const PublishedDataKey &key, uint32_t firstCallerTokenId) in Enable() 102 publishedDataCache_.ComputeIfPresent(key, [&firstCallerTokenId](const auto &key, in Enable() 103 std::vector<ObserverNode> &value) { in Enable() 122 const PublishedDataKey &key, std::vector<ObserverNode> &val) { in Emit() 143 for (auto &key : keys) { in Emit() local [all …]
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/ |
| D | hievent.h | 86 HiEvent& PutBool(const std::string& key, bool value) in PutBool() 96 HiEvent& PutByte(const std::string& key, unsigned char value) in PutByte() 106 HiEvent& PutShort(const std::string& key, short value) in PutShort() 117 HiEvent& PutInt(const std::string& key, int value) in PutInt() 127 HiEvent& PutLong(const std::string& key, long value) in PutLong() 137 HiEvent& PutFloat(const std::string& key, float value) in PutFloat() 147 HiEvent& PutString(const std::string& key, const std::string& value) in PutString() 158 HiEvent& PutHiEventArray(const std::string& key, const std::vector<HiEvent>& value) in PutHiEventArray()
|
| /foundation/filemanagement/storage_service/services/common/include/ |
| D | storage_rl_map.h | 34 V ReadVal(const K& key) in ReadVal() 39 void Erase(const K& key) in Erase() 44 bool Insert(const K& key, const V& value) in Insert() 60 bool Contains(const K& key) in Contains() 69 typename std::map<K, V>::iterator Find(const K& key) in Find() 74 typename std::map<K, V>::const_iterator Find(const K& key) const in Find()
|
| /foundation/distributeddatamgr/preferences/test/js/unittest/system_storage/src/ |
| D | SystemStorageJsunit.test.js | 48 key: 'storageKey', property 60 key: 'storageKey', property 81 key: '', property 112 key: 'x'.repeat(33), property 144 key: 'testKey', property 172 key: 'storageKey', property 182 key: 'storageKey', property 204 key: 'storageKey', property 235 key: 'storageKey', property 268 key: '', property [all …]
|