Searched refs:GetAgentId (Results 1 - 3 of 3) sorted by relevance
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.cpp | 78 "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 D | watcher_manager.h | 224 uint32_t GetAgentId(void) const in GetAgentId() function in OHOS::init_param::RemoteWatcher
|
/base/startup/init/test/unittest/param/ |
H A D | watcher_proxy_unittest.cpp | 88 EXPECT_EQ(remoteWatcher->GetAgentId(), agentId); in TestAddRemoteWatcher()
|
Completed in 3 milliseconds