Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/server/
H A Dmedia_server.cpp35 REGISTER_SYSTEM_ABILITY_BY_ID(MediaServer, PLAYER_DISTRIBUTED_SERVICE_ID, true) in REGISTER_SYSTEM_ABILITY_BY_ID() argument
64 SYSTEM_PROCESS_TYPE, SYSTEM_STATUS_STOP, OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in OnStop()
72 SYSTEM_PROCESS_TYPE, SYSTEM_STATUS_START, OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in OnAddSystemAbility()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerservicestub_fuzzer/
H A Dplayerservicestub_fuzzer.cpp74 sptr<IRemoteObject> object = samgr->GetSystemAbility(OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in FuzzServiceStub()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h192 PLAYER_DISTRIBUTED_SERVICE_ID = 3002, enumerator
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp179 auto object = samgr->GetSystemAbility(PLAYER_DISTRIBUTED_SERVICE_ID); in CreateMediaLibrary()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs184 pub const PLAYER_DISTRIBUTED_SERVICE_ID: i32 = 3002; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp212 { PLAYER_DISTRIBUTED_SERVICE_ID, "PlayerDistributedService"},
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/avmetadata_fuzztest/avmetadatastub_fuzzer/
H A Davmetadata_service_proxy_fuzzer.cpp47 sptr<IRemoteObject> obj = samgr->GetSystemAbility(OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in Create()
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_client.cpp330 object = samgr->GetSystemAbility(OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in GetMediaProxy()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp399 AddSystemAbilityListener(PLAYER_DISTRIBUTED_SERVICE_ID); in OnStart()
450 RemoveSystemAbilityListener(PLAYER_DISTRIBUTED_SERVICE_ID); in OnStop()
1586 if (systemAbilityId == PLAYER_DISTRIBUTED_SERVICE_ID) { in OnAddSystemAbility()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.cpp74 sptr<IRemoteObject> object = samgr->GetSystemAbility(OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in Create()