Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/utility/
Dsetting_observer_manager.cpp68 bool SettingObserverManager::RegisterObserver(const std::string& paramKey, SettingObserver::Observe… in RegisterObserver()
90 bool SettingObserverManager::UnregisterObserver(const std::string& paramKey) in UnregisterObserver()
111 std::string SettingObserverManager::GetStringValue(const std::string& paramKey, const std::string& … in GetStringValue()
151 Uri SettingObserverManager::AssembleUri(const std::string& paramKey) in AssembleUri()
156 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/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dcustom_event_param_dao.cpp144 std::string paramKey; in QueryParamkeys() local
172 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 __anon7b2d79db0202()
/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.cpp131 [] (const std::string& paramKey) { in RegisterListeningUeSwitch()
/base/hiviewdfx/hiview/plugins/event_store/event_export/
Devent_export_engine.cpp121 [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/global/i18n/frameworks/intl/src/
Dutils.cpp63 std::string ReadSystemParameter(const char *paramKey, const int paramLength) in ReadSystemParameter()
/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.cpp1937 string paramKey = "const.global.language"; variable