Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 2293) sorted by relevance

12345678910>>...92

/ohos5.0/base/msdp/device_status/tools/vdev/json/
H A Dsimulate_keyboard_clicks.json6 { "action": "down", "key": 42 }, number
7 { "action": "down", "key": 35 }, number
8 { "action": "up", "key": 35 }, number
9 { "action": "up", "key": 42 }, number
10 { "action": "down", "key": 23 }, number
11 { "action": "up", "key": 23 }, number
12 { "action": "down", "key": 51 }, number
13 { "action": "up", "key": 51 }, number
15 { "action": "up", "key": 57 }, number
18 { "action": "up", "key": 20 }, number
[all …]
/ohos5.0/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils_empty.cpp32 bool PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt()
37 bool PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool()
42 bool PreferencesUtil::SaveLong(const std::string &key, int64_t value) in SaveLong()
47 bool PreferencesUtil::SaveFloat(const std::string &key, float value) in SaveFloat()
53 bool PreferencesUtil::Save(const std::string &key, const T &value) in Save()
63 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt()
68 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool()
78 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat()
84 T PreferencesUtil::Obtain(const std::string &key, const T &defValue) in Obtain()
89 bool PreferencesUtil::IsExist(const std::string &key) in IsExist()
[all …]
H A Dpreference_utils.cpp53 bool PreferencesUtil::SaveInt(const std::string &key, int value) in SaveInt()
58 bool PreferencesUtil::SaveBool(const std::string &key, bool value) in SaveBool()
63 bool PreferencesUtil::SaveLong(const std::string &key, int64_t value) in SaveLong()
68 bool PreferencesUtil::SaveFloat(const std::string &key, float value) in SaveFloat()
74 bool PreferencesUtil::Save(const std::string &key, const T &value) in Save()
142 int PreferencesUtil::ObtainInt(const std::string &key, int defValue) in ObtainInt()
147 bool PreferencesUtil::ObtainBool(const std::string &key, bool defValue) in ObtainBool()
157 float PreferencesUtil::ObtainFloat(const std::string &key, float defValue) in ObtainFloat()
163 T PreferencesUtil::Obtain(const std::string &key, const T &defValue) in Obtain()
223 bool PreferencesUtil::IsExist(const std::string &key) in IsExist()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dmock_storage.h37 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()
68 std::string GetString(const std::string& key) override in GetString()
73 bool GetDouble(const std::string& key, double& value) override in GetDouble()
78 bool GetBoolean(const std::string& key, bool& value) override in GetBoolean()
[all …]
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_preferences.h36 PreferencesValue Get(const std::string& key, const PreferencesValue& defValue) override in Get()
40 int Put(const std::string& key, const PreferencesValue& value) override in Put()
69 bool HasKey(const std::string& key) override in HasKey()
73 int PutInt(const std::string& key, int value) override in PutInt()
78 int PutBool(const std::string& key, bool value) override in PutBool()
82 int PutLong(const std::string& key, int64_t value) override in PutLong()
86 int PutFloat(const std::string& key, float value) override in PutFloat()
90 int PutDouble(const std::string& key, double value) override in PutDouble()
94 int Delete(const std::string& key) override in Delete()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp50 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()
154 bool PreferencesUtil::IsExist(const std::string& key) in IsExist()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_setting_provider.cpp52 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue()
60 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue()
68 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue()
76 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue()
84 RetError AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool need… in PutIntValue()
102 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue()
111 …<AccessibilitySettingObserver> AccessibilitySettingProvider::CreateObserver(const std::string& key, in CreateObserver()
120 RetError AccessibilitySettingProvider::RegisterObserver(const std::string& key, in RegisterObserver()
128 RetError AccessibilitySettingProvider::UnregisterObserver(const std::string& key) in UnregisterObserver()
134 RetError AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_setting_provider.cpp50 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue()
57 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue()
64 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue()
71 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue()
78 RetError AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool need… in PutIntValue()
94 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue()
102 …<AccessibilitySettingObserver> AccessibilitySettingProvider::CreateObserver(const std::string& key, in CreateObserver()
110 RetError AccessibilitySettingProvider::RegisterObserver(const std::string& key, in RegisterObserver()
118 RetError AccessibilitySettingProvider::UnregisterObserver(const std::string& key) in UnregisterObserver()
124 RetError AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/inner/
H A Davformat_inner_mock.cpp22 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()
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()
86 bool AVFormatInnerMock::GetBuffer(const std::string_view &key, uint8_t **addr, size_t &size) in GetBuffer()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_setting_provider.cpp65 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue()
71 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue()
77 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue()
83 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue()
89 RetError AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue()
95 RetError AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool need… in PutIntValue()
100 RetError AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool nee… in PutLongValue()
105 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue()
115 …<AccessibilitySettingObserver> AccessibilitySettingProvider::CreateObserver(const std::string& key, in CreateObserver()
121 RetError AccessibilitySettingProvider::RegisterObserver(const std::string& key, in RegisterObserver()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_pref_impl_mock.cpp30 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()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/inner/
H A Davformat_inner_mock.cpp21 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 …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/common_mock/avformat/capi/
H A Davformat_capi_mock.cpp28 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()
52 bool AVFormatCapiMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue()
96 const std::string_view &mimeType, const std::string_view &key, int32_t srcTrackID) in InitMetadataTrackFormat()
109 bool AVFormatCapiMock::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue()
117 bool AVFormatCapiMock::GetLongValue(const std::string_view &key, int64_t &value) in GetLongValue()
125 bool AVFormatCapiMock::PutFloatValue(const std::string_view &key, float value) in PutFloatValue()
133 bool AVFormatCapiMock::GetFloatValue(const std::string_view &key, float &value) in GetFloatValue()
141 bool AVFormatCapiMock::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue()
149 bool AVFormatCapiMock::GetDoubleValue(const std::string_view &key, double &value) in GetDoubleValue()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp164 bool JsonValue::Put(const char* key, const char* value) in Put()
247 bool JsonValue::Put(const char* key, size_t value) in Put()
278 bool JsonValue::Put(const char* key, int32_t value) in Put()
309 bool JsonValue::Put(const char* key, int64_t value) in Put()
331 bool JsonValue::Put(const char* key, double value) in Put()
408 bool JsonValue::Replace(const char* key, double value) in Replace()
425 bool JsonValue::Put(const char* key, bool value) in Put()
439 bool JsonValue::PutFixedAttr(const char* key, bool value, in PutFixedAttr()
456 bool JsonValue::Replace(const char* key, bool value) in Replace()
490 bool JsonValue::Replace(const char* key, int32_t value) in Replace()
[all …]
H A Dnode_object.cpp58 bool NodeObject::GetBool(const std::string& key, bool defaultValue) const in GetBool() argument
67 int32_t NodeObject::GetInt(const std::string& key, int32_t defaultVal) const in GetInt() argument
76 uint32_t NodeObject::GetUInt(const std::string& key, uint32_t defaultVal) const in GetUInt() argument
85 int64_t NodeObject::GetInt64(const std::string& key, int64_t defaultVal) const in GetInt64() argument
94 double NodeObject::GetDouble(const std::string& key, double defaultVal) const in GetDouble() argument
128 bool NodeObject::Put(const char* key, const char* value) in Put()
139 bool NodeObject::Put(const char* key, size_t value) in Put()
150 bool NodeObject::Put(const char* key, int32_t value) in Put()
161 bool NodeObject::Put(const char* key, int64_t value) in Put()
172 bool NodeObject::Put(const char* key, double value) in Put()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp23 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 IsFloat(const nlohmann::json &jsonObj, const std::string &key) in IsFloat()
88 bool IsArray(const nlohmann::json &jsonObj, const std::string &key) in IsArray()
97 bool IsBool(const nlohmann::json &jsonObj, const std::string &key) in IsBool()
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event.cpp30 void Event::AddParam(const std::string& key, bool value) in AddParam()
35 void Event::AddParam(const std::string& key, int32_t value) in AddParam()
40 void Event::AddParam(const std::string& key, int64_t value) in AddParam()
45 void Event::AddParam(const std::string& key, double value) in AddParam()
50 void Event::AddParam(const std::string& key, const std::string& value) in AddParam()
55 void Event::AddParam(const std::string& key, const std::vector<bool>& value) in AddParam()
60 void Event::AddParam(const std::string& key, const std::vector<int32_t>& value) in AddParam()
65 void Event::AddParam(const std::string& key, const std::vector<int64_t>& value) in AddParam()
70 void Event::AddParam(const std::string& key, const std::vector<double>& value) in AddParam()
75 void Event::AddParam(const std::string& key, const std::vector<std::string>& value) in AddParam()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/capi/
H A Davformat_capi_mock.cpp25 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 …]
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp86 std::string key = parcel.ReadString(); in ReadFromParcel() local
95 std::string key = parcel.ReadString(); in ReadFromParcel() local
104 std::string key = parcel.ReadString(); in ReadFromParcel() local
113 std::string key = parcel.ReadString(); in ReadFromParcel() local
119 void EventBean::Add(const std::string &key, int32_t value) in Add()
129 void EventBean::Add(const std::string &key, uint64_t value) in Add()
134 void EventBean::Add(const std::string &key, float value) in Add()
188 int32_t EventBean::GetIntValue(const std::string &key) in GetIntValue()
197 std::string EventBean::GetStringValue(const std::string &key) in GetStringValue()
206 uint64_t EventBean::GetUint64Value(const std::string &key) in GetUint64Value()
[all …]
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_ecb_cipher_test.cpp59 HcfSymKey *key = nullptr; variable
111 HcfSymKey *key = nullptr; variable
156 HcfSymKey *key = nullptr; variable
201 HcfSymKey *key = nullptr; variable
251 HcfSymKey *key = nullptr; variable
297 HcfSymKey *key = nullptr; variable
342 HcfSymKey *key = nullptr; variable
387 HcfSymKey *key = nullptr; variable
433 HcfSymKey *key = nullptr; variable
481 HcfSymKey *key = nullptr; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_cache.cpp20 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()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp57 bool NetFirewallPreferenceHelper::SaveInt(const std::string &key, int32_t value) in SaveInt()
62 bool NetFirewallPreferenceHelper::SaveBool(const std::string &key, bool value) in SaveBool()
67 template <typename T> bool NetFirewallPreferenceHelper::Save(const std::string &key, const T &value) in Save()
79 …renceHelper::SaveInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, in SaveInner()
89 …renceHelper::SaveInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, in SaveInner()
99 int32_t NetFirewallPreferenceHelper::ObtainInt(const std::string &key, int32_t defValue) in ObtainInt()
104 bool NetFirewallPreferenceHelper::ObtainBool(const std::string &key, bool defValue) in ObtainBool()
109 template <typename T> T NetFirewallPreferenceHelper::Obtain(const std::string &key, const T &defVal… in Obtain()
119 const std::string &key, const int32_t &defValue) in ObtainInner()
125 const std::string &key, const bool &defValue) in ObtainInner()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp192 bool Attributes::Impl::SetBoolValue(AttributeKey key, bool value) in SetBoolValue()
260 bool Attributes::Impl::SetUint8Value(AttributeKey key, uint8_t value) in SetUint8Value()
277 bool Attributes::Impl::SetInt32Value(AttributeKey key, int32_t value) in SetInt32Value()
1022 bool Attributes::SetBoolValue(AttributeKey key, bool value) in SetBoolValue()
1030 bool Attributes::SetUint64Value(AttributeKey key, uint64_t value) in SetUint64Value()
1038 bool Attributes::SetUint32Value(AttributeKey key, uint32_t value) in SetUint32Value()
1046 bool Attributes::SetUint16Value(AttributeKey key, uint16_t value) in SetUint16Value()
1054 bool Attributes::SetUint8Value(AttributeKey key, uint8_t value) in SetUint8Value()
1062 bool Attributes::SetInt32Value(AttributeKey key, int32_t value) in SetInt32Value()
1070 bool Attributes::SetInt64Value(AttributeKey key, int64_t value) in SetInt64Value()
[all …]
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_base.cpp48 int PreferencesBase::Put(const std::string &key, const PreferencesValue &value) in Put()
53 int PreferencesBase::GetInt(const std::string &key, const int &defValue = {}) in GetInt()
110 bool PreferencesBase::HasKey(const std::string &key) in HasKey()
115 int PreferencesBase::PutInt(const std::string &key, int value) in PutInt()
125 int PreferencesBase::PutBool(const std::string &key, bool value) in PutBool()
130 int PreferencesBase::PutLong(const std::string &key, int64_t value) in PutLong()
135 int PreferencesBase::PutFloat(const std::string &key, float value) in PutFloat()
139 int PreferencesBase::PutDouble(const std::string &key, double value) in PutDouble()
143 int PreferencesBase::Delete(const std::string &key) in Delete()
193 for (const auto &key : keys) { in UnRegisterDataObserver() local
[all …]
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_ecb_cipher_test.cpp54 HcfSymKey *key = nullptr; variable
101 HcfSymKey *key = nullptr; variable
149 HcfSymKey *key = nullptr; variable
196 HcfSymKey *key = nullptr; variable
243 HcfSymKey *key = nullptr; variable
291 HcfSymKey *key = nullptr; variable
334 HcfSymKey *key = nullptr; variable
363 HcfSymKey *key = nullptr; variable
392 HcfSymKey *key = nullptr; variable
432 HcfSymKey *key = nullptr; variable
[all …]

12345678910>>...92