Lines Matching refs:name
92 * @brief Acquire supported media key systems' name and uuid.
93 * @param descs Array used to save media key systems' name and uuid.
107 * @param name Used to point a Digital Right Management solution.
112 bool OH_MediaKeySystem_IsSupported(const char *name);
115 * @param name Used to point a Digital Right Management solution.
121 bool OH_MediaKeySystem_IsSupported2(const char *name, const char *mimeType);
124 * @param name Used to point a Digital Right Management solution.
131 bool OH_MediaKeySystem_IsSupported3(const char *name, const char *mimeType,
135 * @brief Creates a media key system instance from the name.
136 * @param name Secifies which drm system will be created by name.
140 * 1. the name is nullptr or the length of name is zero.
148 Drm_ErrCode OH_MediaKeySystem_Create(const char *name, MediaKeySystem **mediaKeySystem);
150 * @brief Set media key system configuration value by name.
152 * @param configName Configuration name string.
163 * @brief Get media key system configuration value by name.
165 * @param configName Configuration name string.
178 * @brief Set media key system configuration value by name.
180 * @param configName Configuration name string.
193 * @brief Get media key system configuration value by name.
195 * @param configName Configuration name string.