Searched refs:caSystemId (Results 1 – 9 of 9) sorted by relevance
245 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);257 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument258 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()263 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()275 auto pluginStatus = mService->createPlugin(caSystemId, mCasListener); in createCasPlugin()288 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()443 int32_t caSystemId = descriptors[i].caSystemId; in TEST_P() local445 ASSERT_TRUE(createCasPlugin(caSystemId)); in TEST_P()480 int32_t caSystemId = descriptors[i].caSystemId; in TEST_P() local481 if (CLEAR_KEY_SYSTEM_ID == caSystemId) { in TEST_P()
33 * @param caSystemId the id of the CA system.37 createPluginExt(int32_t caSystemId, ICasListener listener) generates (ICas cas);
288 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);298 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument299 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()304 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()316 auto pluginStatus = mService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()329 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
102 AssertionResult getKeyToken(int32_t caSystemId, string provisonStr,120 AssertionResult createCasPlugin(int32_t caSystemId);
324 ::testing::AssertionResult createCasPlugin(int32_t caSystemId);336 ::testing::AssertionResult MediaCasHidlTest::createCasPlugin(int32_t caSystemId) { in createCasPlugin() argument337 auto status = mService->isSystemIdSupported(caSystemId); in createCasPlugin()342 status = mService->isDescramblerSupported(caSystemId); in createCasPlugin()350 auto pluginStatus = mService->createPluginExt(caSystemId, mCasListener); in createCasPlugin()363 auto descramblerStatus = mService->createDescrambler(caSystemId); in createCasPlugin()
181 HidlCasPluginDescriptor{.caSystemId = it->CA_system_id, .name = it->name.c_str()}); in queryPluginsFromPath()
193 .caSystemId = it->CA_system_id, in queryPluginsFromPath()
122 int32_t caSystemId;