Searched refs:WATCHER_LOGV (Results 1 – 5 of 5) sorted by relevance
/base/startup/init/services/param/watcher/include/ |
D | watcher_utils.h | 35 #define WATCHER_LOGV(fmt, ...) STARTUP_LOGV(WATCHER_DOMAIN, WATCHER_LABEL, fmt, ##__VA_ARGS__) macro
|
/base/startup/init/services/param/watcher/proxy/ |
D | watcher_proxy.cpp | 28 …WATCHER_LOGV("WatcherProxy::OnParameterChange %s %s %s", prefix.c_str(), name.c_str(), value.c_str… in OnParameterChange()
|
D | watcher_manager_stub.cpp | 29 WATCHER_LOGV("OnRemoteRequest code %u", code); in OnRemoteRequest()
|
D | watcher_manager.cpp | 127 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() 197 … WATCHER_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/ |
D | watcher_manager_kits.cpp | 93 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()
|