Home
last modified time | relevance | path

Searched refs:asyncFetchPackageNamesForUids (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DPackageInfoResolver.h58 virtual void asyncFetchPackageNamesForUids(
112 void asyncFetchPackageNamesForUids(
DPackageInfoResolver.cpp212 void PackageInfoResolver::asyncFetchPackageNamesForUids( in asyncFetchPackageNamesForUids() function in android::automotive::watchdog::PackageInfoResolver
DWatchdogProcessService.cpp831 ->asyncFetchPackageNamesForUids({callingUid}, in registerClient()
/packages/services/Car/cpp/watchdog/stable_server/src/
DPackageInfoResolver.h58 virtual void asyncFetchPackageNamesForUids(
112 void asyncFetchPackageNamesForUids(
DPackageInfoResolver.cpp212 void PackageInfoResolver::asyncFetchPackageNamesForUids( in asyncFetchPackageNamesForUids() function in android::automotive::watchdog::PackageInfoResolver
DWatchdogProcessService.cpp831 ->asyncFetchPackageNamesForUids({callingUid}, in registerClient()
/packages/services/Car/cpp/watchdog/stable_server/tests/
DMockPackageInfoResolver.h37 MOCK_METHOD(void, asyncFetchPackageNamesForUids,
DWatchdogProcessServiceTest.cpp560 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in setupMockCarServiceAndWaitForAidlVhalPidFetched()
1009 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in TEST_F()
1031 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in TEST_F()
DPackageInfoResolverTest.cpp345 mPackageInfoResolver->asyncFetchPackageNamesForUids({callingUid}, in TEST_F()
/packages/services/Car/cpp/watchdog/server/tests/
DMockPackageInfoResolver.h37 MOCK_METHOD(void, asyncFetchPackageNamesForUids,
DWatchdogProcessServiceTest.cpp560 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in setupMockCarServiceAndWaitForAidlVhalPidFetched()
1009 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in TEST_F()
1031 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in TEST_F()
DPackageInfoResolverTest.cpp345 mPackageInfoResolver->asyncFetchPackageNamesForUids({callingUid}, in TEST_F()