Home
last modified time | relevance | path

Searched refs:GetAgentId (Results 1 - 3 of 3) sorted by relevance

/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp78 "Can not find watcher %u calling %u", remoteWatcher->GetAgentId(), static_cast<uint32_t>(GetCallingPid())); in DelRemoteWatcher()
98 "Can not find watcher %u calling %u", remoteWatcher->GetAgentId(), static_cast<uint32_t>(GetCallingPid())); in AddWatcher()
125 "Can not find watcher %u calling %u", remoteWatcher->GetAgentId(), static_cast<uint32_t>(GetCallingPid())); in DelWatcher()
146 "Can not find watcher %u calling %d", remoteWatcher->GetAgentId(), static_cast<uint32_t>(GetCallingPid())); in RefreshWatcher()
190 WATCHER_LOGI("ProcessParameterChange key '%s' pid: %d", GetKeyPrefix().c_str(), remoteWatcher->GetAgentId()); in ProcessParameterChange()
403 WATCHER_LOGI("Agent died %u %u", remoteWatcher->GetRemoteWatcherId(), remoteWatcher->GetAgentId()); in OnRemoteDied()
504 node->GetNodeId(), remoteWatcher->GetAgentId()); in Dump()
H A Dwatcher_manager.h224 uint32_t GetAgentId(void) const in GetAgentId() function in OHOS::init_param::RemoteWatcher
/base/startup/init/test/unittest/param/
H A Dwatcher_proxy_unittest.cpp88 EXPECT_EQ(remoteWatcher->GetAgentId(), agentId); in TestAddRemoteWatcher()

Completed in 3 milliseconds