Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
H A Dsa_avcodec_unit_test.cpp267 sptr<IRemoteObject> codeclistStub = nullptr; variable
268 ret = server->GetSubSystemAbility(subSystemId, listener, codeclistStub);
269 EXPECT_NE(codeclistStub, nullptr);
271 manager.DestroyStubObject(AVCodecServerManager::StubType::CODECLIST, codeclistStub);
307 sptr<IRemoteObject> codeclistStub = nullptr; variable
308 ret = server->GetSubSystemAbility(subSystemId, listener, codeclistStub);
309 EXPECT_EQ(codeclistStub, nullptr);
339 sptr<IRemoteObject> codeclistStub = nullptr; variable
340 ret = server->GetSubSystemAbility(subSystemId, listener, codeclistStub);
341 EXPECT_EQ(codeclistStub, nullptr);