Home
last modified time | relevance | path

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

/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp157 std::string key(group->GetKeyPrefix()); in SendMessage()
176 WATCHER_CHECK(ret == 0, return ret, "SendMessage key: %s %d fail!", group->GetKeyPrefix().c_str(), type); in SendMessage()
183 WATCHER_LOGV("ProcessParameterChange key '%s' '%s'", GetKeyPrefix().c_str(), name.c_str()); in ProcessParameterChange()
190 WATCHER_LOGI("ProcessParameterChange key '%s' pid: %d", GetKeyPrefix().c_str(), remoteWatcher->GetAgentId()); in ProcessParameterChange()
191 remoteWatcher->ProcessParameterChange(GetKeyPrefix(), name, value); in ProcessParameterChange()
219 if (!FilterParam(msg->key, group->GetKeyPrefix())) { in ProcessWatcherMessage()
220 WATCHER_LOGV("Invalid message name '%s' group '%s' ", msg->key, group->GetKeyPrefix().c_str()); in ProcessWatcherMessage()
467 dprintf(fd, "Watch prefix : %s \n", group->GetKeyPrefix().c_str()); in DumpAllGroup()
648 WATCHER_LOGI("Delete watcher group %s %u", group->GetKeyPrefix().c_str(), group->GetGroupId()); in DelWatcherGroup()
650 auto it = groupMap_.find(group->GetKeyPrefix()); in DelWatcherGroup()
[all...]
H A Dwatcher_manager.h256 const std::string GetKeyPrefix() const in GetKeyPrefix() function in OHOS::init_param::WatcherGroup

Completed in 2 milliseconds