Home
last modified time | relevance | path

Searched refs:WATCHER_LOGV (Results 1 – 5 of 5) sorted by relevance

/base/startup/init/services/param/watcher/include/
Dwatcher_utils.h35 #define WATCHER_LOGV(fmt, ...) STARTUP_LOGV(WATCHER_DOMAIN, WATCHER_LABEL, fmt, ##__VA_ARGS__) macro
/base/startup/init/services/param/watcher/proxy/
Dwatcher_proxy.cpp28WATCHER_LOGV("WatcherProxy::OnParameterChange %s %s %s", prefix.c_str(), name.c_str(), value.c_str… in OnParameterChange()
Dwatcher_manager_stub.cpp29 WATCHER_LOGV("OnRemoteRequest code %u", code); in OnRemoteRequest()
Dwatcher_manager.cpp127 WATCHER_LOGV("Refresh watcher %s remoteWatcherId: %u", keyPrefix.c_str(), remoteWatcherId); in RefreshWatcher()
161 WATCHER_LOGV("ProcessParameterChange key '%s' '%s'", GetKeyPrefix().c_str(), name.c_str()); in ProcessParameterChange()
191 WATCHER_LOGV("Process watcher message name '%s' group id %u ", msg->key, msg->id.watcherId); in ProcessWatcherMessage()
197WATCHER_LOGV("Invalid message name '%s' group '%s' ", msg->key, group->GetKeyPrefix().c_str()); in ProcessWatcherMessage()
267 WATCHER_LOGV("Exit runLoop"); in RunLoop()
304 WATCHER_LOGV("GetServerFd serverFd_ %d retryCount %d ", serverFd_, retryCount); in GetServerFd()
/base/startup/init/services/param/watcher/agent/
Dwatcher_manager_kits.cpp93 WATCHER_LOGV("ReAddWatcher"); in ReAddWatcher()
106 WATCHER_LOGV("ReAddWatcher count %d ", count); in ReAddWatcher()
245 WATCHER_LOGV("AddParameterListener %s listenerId_ %d", keyPrefix_.c_str(), listenerId_); in AddParameterListener()
272 WATCHER_LOGV("DelParameterListener listenerId_ %d", index); in DelParameterListener()