Home
last modified time | relevance | path

Searched refs:GetMediaKeySystems (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service.cpp274 int32_t MediaKeySystemFactoryService::GetMediaKeySystems(std::map<std::string, std::string> &mediaK… in GetMediaKeySystems() function in OHOS::DrmStandard::MediaKeySystemFactoryService
278 int32_t ret = drmHostManager_->GetMediaKeySystems(mediaKeySystemNames); in GetMediaKeySystems()
306 drmHostManager_->GetMediaKeySystems(pluginNameUuidMap); in InitStatisticsInfo()
330 drmHostManager_->GetMediaKeySystems(mediaKeySystemInfo); in WriteDumpInfo()
H A Dmediakeysystemfactory_service_stub.cpp156 int32_t ret = stub->GetMediaKeySystems(mediaKeySystemNames); in ProcessGetMediaKeySystems()
H A Ddrm_host_manager.cpp754 int32_t DrmHostManager::GetMediaKeySystems(std::map<std::string, std::string> &mediaKeySystemDescri… in GetMediaKeySystems() function in OHOS::DrmStandard::DrmHostManager
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp178 int32_t MediaKeySystemFactoryImpl::GetMediaKeySystems(std::map<std::string, std::string> &keySystem… in GetMediaKeySystems() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl
184 ret = serviceProxy->GetMediaKeySystems(keySystemNames); in GetMediaKeySystems()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/
H A Dmediakeysystemfactory_service_proxy.h33 int32_t GetMediaKeySystems(std::map<std::string, std::string> &keySystemNames) override;
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h41 int32_t GetMediaKeySystems(std::map<std::string, std::string> &keySystemNames);
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediakeysystemfactory_service.h43 virtual int32_t GetMediaKeySystems(std::map<std::string, std::string> &keySystemNames) = 0;
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystemfactory_service.h63 int32_t GetMediaKeySystems(std::map<std::string, std::string> &mediaKeySystemNames) override;
H A Ddrm_host_manager.h105 int32_t GetMediaKeySystems(std::map<std::string, std::string> &mediaKeySystemDescription);
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dmedia_key_system_napi.h56 static napi_value GetMediaKeySystems(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmediakeysystemfactory_service_proxy.cpp165 int32_t MediaKeySystemFactoryServiceProxy::GetMediaKeySystems(std::map<std::string, std::string> &k… in GetMediaKeySystems() function in OHOS::DrmStandard::MediaKeySystemFactoryServiceProxy
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp75 DECLARE_NAPI_STATIC_FUNCTION("getMediaKeySystems", GetMediaKeySystems), in Init()
278 napi_value MediaKeySystemNapi::GetMediaKeySystems(napi_env env, napi_callback_info info) in GetMediaKeySystems() function in OHOS::DrmStandard::MediaKeySystemNapi
284 int32_t ret = MediaKeySystemFactoryImpl::GetInstance()->GetMediaKeySystems(keySystemNames); in GetMediaKeySystems()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp93 int32_t ret = fatory->GetMediaKeySystems(keySystemNames); in OH_MediaKeySystem_GetMediaKeySystems()