/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | media_key_system_factory_impl.cpp | 192 int32_t MediaKeySystemFactoryImpl::GetMediaKeySystemUuid(std::string &name, std::string &uuid) in GetMediaKeySystemUuid() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl 198 ret = serviceProxy->GetMediaKeySystemUuid(name, uuid); in GetMediaKeySystemUuid()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | mediakeysystemfactory_service_proxy.h | 34 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid) override;
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | media_key_system_factory_impl.h | 42 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid);
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_mediakeysystemfactory_service.h | 44 virtual int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid) = 0;
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | mediakeysystemfactory_service.h | 64 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid) override;
|
H A D | drm_host_manager.h | 106 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid);
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | media_key_system_napi.h | 57 static napi_value GetMediaKeySystemUuid(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystemfactory_service.cpp | 286 int32_t MediaKeySystemFactoryService::GetMediaKeySystemUuid(std::string &name, std::string &uuid) in GetMediaKeySystemUuid() function in OHOS::DrmStandard::MediaKeySystemFactoryService 290 int32_t ret = drmHostManager_->GetMediaKeySystemUuid(name, uuid); in GetMediaKeySystemUuid()
|
H A D | mediakeysystemfactory_service_stub.cpp | 174 int32_t ret = stub->GetMediaKeySystemUuid(name, uuid); in ProcessGetMediaKeySystemUuid()
|
H A D | drm_host_manager.cpp | 732 int32_t DrmHostManager::GetMediaKeySystemUuid(std::string &name, std::string &uuid) in GetMediaKeySystemUuid() function in OHOS::DrmStandard::DrmHostManager
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | mediakeysystemfactory_service_proxy.cpp | 192 int32_t MediaKeySystemFactoryServiceProxy::GetMediaKeySystemUuid(std::string &name, std::string &uu… in GetMediaKeySystemUuid() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | media_key_system_napi.cpp | 76 DECLARE_NAPI_STATIC_FUNCTION("getMediaKeySystemUuid", GetMediaKeySystemUuid) in Init() 294 napi_value MediaKeySystemNapi::GetMediaKeySystemUuid(napi_env env, napi_callback_info info) in GetMediaKeySystemUuid() function in OHOS::DrmStandard::MediaKeySystemNapi 317 int32_t ret = MediaKeySystemFactoryImpl::GetInstance()->GetMediaKeySystemUuid(name, uuid); in GetMediaKeySystemUuid()
|