Searched refs:caSystemId (Results 1 – 6 of 6) sorted by relevance
251 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);263 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument264 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()268 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()274 auto pluginStatus = mService->createPlugin(caSystemId, mCasListener); in createCasPlugin()283 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()437 int32_t caSystemId = descriptors[i].caSystemId; in TEST_F() local439 ASSERT_TRUE(createCasPlugin(caSystemId)); in TEST_F()474 int32_t caSystemId = descriptors[i].caSystemId; in TEST_F() local475 if (CLEAR_KEY_SYSTEM_ID == caSystemId) { in TEST_F()
33 * @param caSystemId the id of the CA system.37 createPluginExt(int32_t caSystemId, ICasListener listener) generates (ICas cas);
294 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);304 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument305 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()309 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()315 auto pluginStatus = mService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()324 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
183 .caSystemId = it->CA_system_id, in queryPluginsFromPath()
173 HidlCasPluginDescriptor{.caSystemId = it->CA_system_id, .name = it->name.c_str()}); in queryPluginsFromPath()
122 int32_t caSystemId;