Home
last modified time | relevance | path

Searched refs:GetKeyPrefix (Results 1 – 2 of 2) sorted by relevance

/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp139 std::string key(group->GetKeyPrefix()); in SendMessage()
154 …WATCHER_CHECK(ret == 0, return ret, "SendMessage key: %s %d fail", group->GetKeyPrefix().c_str(), … in SendMessage()
161 WATCHER_LOGV("ProcessParameterChange key '%s' '%s'", GetKeyPrefix().c_str(), name.c_str()); in ProcessParameterChange()
168 remoteWatcher->ProcessParameterChange(GetKeyPrefix(), name, value); in ProcessParameterChange()
196 if (!FilterParam(msg->key, group->GetKeyPrefix())) { in ProcessWatcherMessage()
197 … WATCHER_LOGV("Invalid message name '%s' group '%s' ", msg->key, group->GetKeyPrefix().c_str()); in ProcessWatcherMessage()
444 dprintf(fd, "Watch prefix : %s \n", group->GetKeyPrefix().c_str()); in DumpAllGroup()
627 WATCHER_LOGI("Delete watcher group %s %u", group->GetKeyPrefix().c_str(), group->GetGroupId()); in DelWatcherGroup()
629 auto it = groupMap_.find(group->GetKeyPrefix()); in DelWatcherGroup()
Dwatcher_manager.h252 const std::string GetKeyPrefix() const in GetKeyPrefix() function