Home
last modified time | relevance | path

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

/aosp_15_r20/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.cpp793 ->asyncFetchPackageNamesForUids({callingUid}, in registerClient()
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DMockPackageInfoResolver.h37 MOCK_METHOD(void, asyncFetchPackageNamesForUids,
DWatchdogProcessServiceTest.cpp813 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in TEST_F()
831 ON_CALL(*mMockPackageInfoResolver, asyncFetchPackageNamesForUids(_, _)) in TEST_F()
DPackageInfoResolverTest.cpp347 mPackageInfoResolver->asyncFetchPackageNamesForUids({callingUid}, in TEST_F()