Searched defs:paramKey (Results 1 – 11 of 11) sorted by relevance
68 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()
32 SettingObserver(const std::string& paramKey, ObserverCallback callback) in SettingObserver()
144 std::string paramKey; in QueryParamkeys() local172 std::string paramKey; in Query() local
52 [] (const std::string& paramKey) { in __anond939c01a0202()
80 …xportConfigParser::ParseSettingDbParam(SettingDbParam& settingDbParam, const std::string& paramKey) in ParseSettingDbParam()
131 [] (const std::string& paramKey) { in RegisterListeningUeSwitch()
121 [this, &config] (const std::string& paramKey) { in RegistSettingObserver()
251 auto paramKey = param->GetKey(); in AppendValue() local
63 std::string ReadSystemParameter(const char *paramKey, const int paramLength) in ReadSystemParameter()
467 static int32_t GetDataFromJson(DslmJsonHandle json, const char *paramKey, char *dest, uint32_t dest… in GetDataFromJson()
1937 string paramKey = "const.global.language"; variable