Home
last modified time | relevance | path

Searched refs:IsValidKey (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfragment_metadata.cpp38 static bool IsValidKey(const std::string &key) in IsValidKey() function
45 if (!IsValidKey(key)) { in GetValue()
60 if (!IsValidKey(key)) { in SetValue()
76 if (!IsValidKey(key)) { in RemoveEntry()
147 if (!IsValidKey(key)) { in Unmarshalling()
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_hal/
H A Dkv_store.c106 if (!IsValidKey(key) || (value == NULL) || (len > MAX_GET_VALUE_LEN)) { in UtilsGetValue()
126 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in UtilsSetValue()
149 if (!IsValidKey(key)) { in UtilsDeleteValue()
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.h27 boolean IsValidKey(const char* key);
H A Dkvstore_common.c48 boolean IsValidKey(const char* key) in IsValidKey() function
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
H A Dkv_store.c213 if (!IsValidKey(key) || (value == NULL) || (len > MAX_GET_VALUE_LEN)) { in UtilsGetValue()
242 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in UtilsSetValue()
281 if (!IsValidKey(key)) { in UtilsDeleteValue()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_setting_provider.h43 bool IsValidKey(const std::string& key);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dsetting_provider.h37 bool IsValidKey(const std::string& key);
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_setting_provider.h67 bool IsValidKey(const std::string &key);
/foundation/multimodalinput/input/service/key_command/include/
H A Dsetting_datashare.h42 bool IsValidKey(const std::string& key, const std::string &strUri = std::string());
/foundation/multimodalinput/input/service/key_command/test/
H A Dsetting_datashare_test.cpp110 * @tc.desc: Test IsValidKey
119 ASSERT_FALSE(settingDataShare.IsValidKey(key)); in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dsetting_provider.cpp109 bool SettingProvider::IsValidKey(const std::string& key) in IsValidKey() function in OHOS::Rosen::SettingProvider
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/
H A Ddbm_kv_store.c808 if (!IsValidKey(key) || (value == NULL) || (count > MAX_GET_VALUE_LEN)) { in Get()
1127 if (!IsValidKey(key) || (value == NULL) || (len > MAX_VALUE_LEN) || len <= 0 || db == NULL) { in Put()
1213 if (!IsValidKey(key) || db == NULL) { in Delete()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_setting_provider.cpp151 bool AudioSettingProvider::IsValidKey(const std::string &key) in IsValidKey() function in OHOS::AudioStandard::AudioSettingProvider
/foundation/multimodalinput/input/service/key_command/src/
H A Dsetting_datashare.cpp129 bool SettingDataShare::IsValidKey(const std::string& key, const std::string &strUri) in IsValidKey() function in OHOS::MMI::SettingDataShare

Completed in 7 milliseconds