Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
H A Dsa_avcodec_unit_test.cpp103 server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); in CreateCodecServiceStub()
123 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
139 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, false);
172 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
192 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
211 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
229 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
256 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
292 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
329 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/mock/include/
H A Dsystem_ability_definition.h20 enum { MEMORY_MANAGER_SA_ID = 1909, AV_CODEC_SERVICE_ID = 3011 }; enumerator
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/client/
H A Davcodec_client.cpp133 …CLIENT_COLLIE_LISTEN(object = samgr->GetSystemAbility(OHOS::AV_CODEC_SERVICE_ID), "AVCodecClient G… in GetAVCodecProxy()
135 …CLIENT_COLLIE_LISTEN(object = samgr->LoadSystemAbility(OHOS::AV_CODEC_SERVICE_ID, 30), // 30: time… in GetAVCodecProxy()
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server_manager.cpp224 int32_t ret = notifyProcessStatusFunc_(pid_, 1, status, AV_CODEC_SERVICE_ID); in NotifyProcessStatus()
241 int32_t ret = setCriticalFunc_(pid_, isKeyService, AV_CODEC_SERVICE_ID); in SetCritical()
H A Davcodec_server.cpp32 REGISTER_SYSTEM_ABILITY_BY_ID(AVCodecServer, AV_CODEC_SERVICE_ID, true) in REGISTER_SYSTEM_ABILITY_BY_ID() argument
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h200 AV_CODEC_SERVICE_ID = 3011, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs192 pub const AV_CODEC_SERVICE_ID: i32 = 3011; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp213 { AV_CODEC_SERVICE_ID, "AVCodecService"},