Searched refs:getPidInfo (Results 1 – 3 of 3) sorted by relevance
110 virtual bool getPidInfo(pid_t serverPid, PidInfo *info) const;
214 MOCK_CONST_METHOD2(getPidInfo, bool(pid_t, PidInfo*));338 ON_CALL(*mockList, getPidInfo(_,_)).WillByDefault(Invoke( in initMockList()407 EXPECT_CALL(*mockList, getPidInfo(5, _)).Times(1); in TEST_F()
234 bool ListCommand::getPidInfo( in getPidInfo() function in android::lshal::ListCommand295 if (!getPidInfo(serverPid, &pair.first->second)) { in getPidInfoCached()