Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server.cpp105 std::optional<AVCodecServerManager::StubType> stubType = SwitchSystemId(subSystemId); in GetSubSystemAbility() local
106 …CHECK_AND_RETURN_RET_LOG(stubType != std::nullopt, AVCS_ERR_INVALID_OPERATION, "Get sub system typ… in GetSubSystemAbility()
108 … int32_t ret = AVCodecServerManager::GetInstance().CreateStubObject(stubType.value(), stubObject); in GetSubSystemAbility()
113 AVCodecServerManager::GetInstance().DestroyStubObject(*stubType, stubObject); in GetSubSystemAbility()