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 D | sa_avcodec_unit_test.cpp | 103 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 D | system_ability_definition.h | 20 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 D | avcodec_client.cpp | 133 …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 D | avcodec_server_manager.cpp | 224 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 D | avcodec_server.cpp | 32 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 D | system_ability_definition.h | 200 AV_CODEC_SERVICE_ID = 3011, enumerator
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/ |
H A D | definition.rs | 192 pub const AV_CODEC_SERVICE_ID: i32 = 3011; const
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | dump_utils.cpp | 213 { AV_CODEC_SERVICE_ID, "AVCodecService"},
|