Home
last modified time | relevance | path

Searched defs:paramKey (Results 1 – 15 of 15) 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.cpp299 std::string MultiUsers::ReadMultiUsersParameter(const std::string& paramKey, const std::string& loc… in ReadMultiUsersParameter()
321 I18nErrorCode MultiUsers::WriteMultiUsersParameter(const std::string& paramKey, const std::string& … in WriteMultiUsersParameter()
382 std::string MultiUsers::GetParamFromPreferences(const std::string& paramKey) in GetParamFromPreferences()
392 I18nErrorCode MultiUsers::SetParamFromPreferences(const std::string& paramKey, const std::string& p… in SetParamFromPreferences()
Dutils.cpp98 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.cpp74 [] (const std::string& paramKey) { in __anon73d050bb0202()
/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/config/
Dexport_config_parser.cpp124 …xportConfigParser::ParseSettingDbParam(SettingDbParam& settingDbParam, const std::string& paramKey) in ParseSettingDbParam()
/base/hiviewdfx/hiview/plugins/event_store/event_export/
Devent_export_engine.cpp81 [&config] (const std::string& paramKey) { in RegisterSettingObserver()
/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/resource_management/frameworks/resmgr/src/utils/
Dutils.cpp595 std::string Utils::GetSystemParameter(const std::string& paramKey) in GetSystemParameter()
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp1924 string paramKey = "const.global.language"; variable
/base/security/access_token/frameworks/js/napi/accesstoken/src/
Dnapi_atmanager.cpp550 std::string NapiAtManager::GetPermParamValue(PermissionParamCache& paramCache, const char* paramKey) in GetPermParamValue()
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp1370 std::string ResourceManagerImpl::ReadParameter(const char *paramKey, const int paramLength) in ReadParameter()