Searched refs:uuidPtr (Results 1 – 1 of 1) sorted by relevance
37 std::string uuidPtr(uuid); in OH_MediaKeySystem_IsSupported() local39 …DRM_CHECK_AND_RETURN_RET_LOG(uuidPtr.size() != 0, false, "MediaKeySystem uuidPtr.size is nullptr!"… in OH_MediaKeySystem_IsSupported()41 isSupported = fatory->IsMediaKeySystemSupported(uuidPtr); in OH_MediaKeySystem_IsSupported()51 std::string uuidPtr(uuid); in OH_MediaKeySystem_IsSupported2() local52 …DRM_CHECK_AND_RETURN_RET_LOG(uuidPtr.size() != 0, false, "MediaKeySystem uuidPtr.size is nullptr!"… in OH_MediaKeySystem_IsSupported2()57 isSupported = fatory->IsMediaKeySystemSupported(uuidPtr, mimeTypePtr); in OH_MediaKeySystem_IsSupported2()68 std::string uuidPtr(uuid); in OH_MediaKeySystem_IsSupported3() local69 … DRM_CHECK_AND_RETURN_RET_LOG(uuidPtr.size() != 0, false, "MediaKeySystem Uuid.size is nullptr!"); in OH_MediaKeySystem_IsSupported3()82 isSupported = fatory->IsMediaKeySystemSupported(uuidPtr, mimeTypePtr, securityLevel); in OH_MediaKeySystem_IsSupported3()