Home
last modified time | relevance | path

Searched refs:kUseCacheInAddService (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderCacheUnitTest.cpp38 constexpr bool kUseCacheInAddService = true; variable
40 constexpr bool kUseCacheInAddService = false; variable
183 if (kUseCacheInAddService && kUseLibbinderCache) { in cacheAddServiceAndConfirmCacheHit()
/aosp_15_r20/frameworks/native/libs/binder/
H A DBackendUnifiedServiceManager.cpp35 constexpr bool kUseCacheInAddService = true; variable
37 constexpr bool kUseCacheInAddService = false; variable
320 if (kUseCacheInAddService && mEnableAddServiceCache && status.isOk()) { in addService()