Searched refs:system_ptr (Results 1 – 1 of 1) sorted by relevance
550 MediaKeySystem *system_ptr = nullptr; in Test_MediaKeySystem_SetConfigurationString() local552 system_ptr = drmKeySystem; in Test_MediaKeySystem_SetConfigurationString()562 Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationString(system_ptr, name_ptr, value_ptr); in Test_MediaKeySystem_SetConfigurationString()616 MediaKeySystem *system_ptr = nullptr; in Test_MediaKeySystem_GetConfigurationString() local618 system_ptr = drmKeySystem; in Test_MediaKeySystem_GetConfigurationString()629 …Drm_ErrCode ret3 = OH_MediaKeySystem_GetConfigurationString(system_ptr, name_ptr, outValue, outVal… in Test_MediaKeySystem_GetConfigurationString()680 MediaKeySystem *system_ptr =nullptr; in Test_MediaKeySystem_SetConfigurationByteArray() local682 system_ptr = drmKeySystem; in Test_MediaKeySystem_SetConfigurationByteArray()686 …Drm_ErrCode ret2 = OH_MediaKeySystem_SetConfigurationByteArray(system_ptr, name_ptr, data_ptr, val… in Test_MediaKeySystem_SetConfigurationByteArray()741 MediaKeySystem *system_ptr = nullptr; in Test_MediaKeySystem_GetConfigurationByteArray() local[all …]