Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp192 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 Dmediakeysystemfactory_service_proxy.h34 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid) override;
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h42 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid);
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediakeysystemfactory_service.h44 virtual int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid) = 0;
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystemfactory_service.h64 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid) override;
H A Ddrm_host_manager.h106 int32_t GetMediaKeySystemUuid(std::string &name, std::string &uuid);
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h57 static napi_value GetMediaKeySystemUuid(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service.cpp286 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 Dmediakeysystemfactory_service_stub.cpp174 int32_t ret = stub->GetMediaKeySystemUuid(name, uuid); in ProcessGetMediaKeySystemUuid()
H A Ddrm_host_manager.cpp732 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 Dmediakeysystemfactory_service_proxy.cpp192 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 Dmedia_key_system_napi.cpp76 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()