Home
last modified time | relevance | path

Searched defs:paramKey (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
Dsetting_observer_manager.cpp66 bool SettingObserverManager::RegisterObserver(const std::string& paramKey, SettingObserver::Observe… in RegisterObserver()
88 bool SettingObserverManager::UnregisterObserver(const std::string& paramKey) in UnregisterObserver()
109 std::string SettingObserverManager::GetStringValue(const std::string& paramKey, const std::string& … in GetStringValue()
149 Uri SettingObserverManager::AssembleUri(const std::string& paramKey) in AssembleUri()
154 sptr<SettingObserver> SettingObserverManager::GetSettingObserver(const std::string& paramKey) in GetSettingObserver()
/base/hiviewdfx/hiview/base/utility/include/
Dsetting_observer_manager.h32 SettingObserver(const std::string& paramKey, ObserverCallback callback) in SettingObserver()
/base/global/i18n/frameworks/intl/src/
Dmulti_users.cpp257 std::string MultiUsers::ReadMultiUsersParameter(const std::string& paramKey, const std::string& loc… in ReadMultiUsersParameter()
279 I18nErrorCode MultiUsers::WriteMultiUsersParameter(const std::string& paramKey, const std::string& … in WriteMultiUsersParameter()
340 std::string MultiUsers::GetParamFromPreferences(const std::string& paramKey) in GetParamFromPreferences()
350 I18nErrorCode MultiUsers::SetParamFromPreferences(const std::string& paramKey, const std::string& p… in SetParamFromPreferences()
Dutils.cpp97 std::string ReadSystemParameter(const char *paramKey, const int paramLength) in ReadSystemParameter()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dcustom_event_param_dao.cpp118 std::string paramKey; in QueryParamkeys() local
146 std::string paramKey; in Query() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
Devent_export_mgr_test.cpp52 [] (const std::string& paramKey) { in __anon831b7a990202()
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
Dexport_config_parser.cpp80 …xportConfigParser::ParseSettingDbParam(SettingDbParam& settingDbParam, const std::string& paramKey) in ParseSettingDbParam()
/base/hiviewdfx/hiview/base/event_store/store/
Dsys_event_repeat_guard.cpp133 [] (const std::string& paramKey) { in RegisterListeningUeSwitch()
/base/hiviewdfx/hiview/plugins/event_store/event_export/
Devent_export_engine.cpp142 [this, &config] (const std::string& paramKey) { in RegistSettingObserver()
/base/hiviewdfx/hiview/base/event_raw/encoded/
Draw_data_builder.cpp251 auto paramKey = param->GetKey(); in AppendValue() local
/base/security/device_security_level/oem_property/common/
Ddslm_credential_utils.c467 static int32_t GetDataFromJson(DslmJsonHandle json, const char *paramKey, char *dest, uint32_t dest… in GetDataFromJson()
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp1945 string paramKey = "const.global.language"; variable